summaryrefslogtreecommitdiff
path: root/internal/media/manager.go
diff options
context:
space:
mode:
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 {