Allow GIFs to be sent to the Micropub media endpoint
This commit is contained in:
parent
bab7097fa3
commit
2d643b48c6
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ from lemoncurry.utils import absolute_url
|
||||||
from . import error
|
from . import error
|
||||||
|
|
||||||
ACCEPTED_MEDIA_TYPES = (
|
ACCEPTED_MEDIA_TYPES = (
|
||||||
|
'image/gif',
|
||||||
'image/jpeg',
|
'image/jpeg',
|
||||||
'image/png',
|
'image/png',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue