recognize video/x-matroska (MKV files) as a video type

This commit is contained in:
Hazelnoot 2025-08-13 22:35:20 -04:00
parent 57450fd8b8
commit e260a05f42
2 changed files with 6 additions and 0 deletions

View file

@ -56,6 +56,9 @@ export const FILE_TYPE_BROWSERSAFE = [
'video/webm',
'audio/webm',
// MKV files
'video/x-matroska',
'audio/aac',
// see https://github.com/misskey-dev/misskey/pull/10686

View file

@ -40,6 +40,9 @@ export const FILE_TYPE_BROWSERSAFE = [
'video/webm',
'audio/webm',
// MKV files
'video/x-matroska',
'audio/aac',
// see https://github.com/misskey-dev/misskey/pull/10686