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

Wire up file preview for video files (#8140)

This commit is contained in:
Michael Telatynski
2022-03-24 11:59:20 +00:00
committed by GitHub
parent 60ecaac4f8
commit 0feecccef1
3 changed files with 34 additions and 24 deletions

View File

@@ -56,6 +56,7 @@ const ALLOWED_BLOB_MIMETYPES = [
'video/mp4',
'video/webm',
'video/ogg',
'video/quicktime',
'audio/mp4',
'audio/webm',