mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:52:27 -05:00
[feature] Allow webp emoji uploads / derefs (#2484)
This commit is contained in:
parent
d5e3996a18
commit
72d0f46b0b
6 changed files with 66 additions and 8 deletions
|
|
@ -45,6 +45,7 @@ var SupportedMIMETypes = []string{
|
|||
var SupportedEmojiMIMETypes = []string{
|
||||
mimeImageGif,
|
||||
mimeImagePng,
|
||||
mimeImageWebp,
|
||||
}
|
||||
|
||||
type Manager struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue