summaryrefslogtreecommitdiff
path: root/internal/media/manager.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-01-05 13:39:53 +0100
committerLibravatar GitHub <noreply@github.com>2024-01-05 13:39:53 +0100
commit72d0f46b0b0930e5d8bef617a82020d09c93aea1 (patch)
treed2aaef161ded2d7b0d92c8f0faec1858152614ab /internal/media/manager.go
parent[feature] Parse instance descriptors as markdown, show T&C on /about (#2481) (diff)
downloadgotosocial-72d0f46b0b0930e5d8bef617a82020d09c93aea1.tar.xz
[feature] Allow webp emoji uploads / derefs (#2484)
Diffstat (limited to 'internal/media/manager.go')
-rw-r--r--internal/media/manager.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/media/manager.go b/internal/media/manager.go
index 5f496a71d..61f4e73dd 100644
--- a/internal/media/manager.go
+++ b/internal/media/manager.go
@@ -45,6 +45,7 @@ var SupportedMIMETypes = []string{
var SupportedEmojiMIMETypes = []string{
mimeImageGif,
mimeImagePng,
+ mimeImageWebp,
}
type Manager struct {