mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-05 11:06:23 -07:00
Remove .bmp extension from ImageExtensions, since it isn't used
This commit is contained in:
parent
026537d549
commit
54901cc6a3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import (
|
|||
var (
|
||||
uploadHandlers map[string]UploadHandler
|
||||
ImageExtensions = []string{
|
||||
".bmp", ".gif", ".jpg", ".jpeg", ".png", ".webp",
|
||||
".gif", ".jpg", ".jpeg", ".png", ".webp",
|
||||
}
|
||||
VideoExtensions = []string{
|
||||
".mp4", ".webm",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue