[feature] Allow webp emoji uploads / derefs (#2484)

This commit is contained in:
tobi 2024-01-05 13:39:53 +01:00 committed by GitHub
commit 72d0f46b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 66 additions and 8 deletions

View file

@ -45,6 +45,7 @@ var SupportedMIMETypes = []string{
var SupportedEmojiMIMETypes = []string{
mimeImageGif,
mimeImagePng,
mimeImageWebp,
}
type Manager struct {