1
0
Fork 0
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:
Eggbertx 2024-02-23 13:50:15 -08:00
parent 026537d549
commit 54901cc6a3

View file

@ -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",