1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-28 09:24:05 +03:00

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
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',