Allow sending and thumbnailing AVIF images (#8172)

This commit is contained in:
Michael Telatynski 2022-03-29 07:03:41 +01:00 committed by GitHub
parent 4e665dedb9
commit cd15e08fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

@ -54,6 +54,7 @@ const ALLOWED_BLOB_MIMETYPES = [
'image/png',
'image/apng',
'image/webp',
'image/avif',
'video/mp4',
'video/webm',