Allow GIFs to be sent to the Micropub media endpoint

This commit is contained in:
Danielle McLean 2018-07-03 08:45:45 +10:00
parent bab7097fa3
commit 2d643b48c6
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from lemoncurry.utils import absolute_url
from . import error
ACCEPTED_MEDIA_TYPES = (
'image/gif',
'image/jpeg',
'image/png',
)