Skip to content

Commit 86871ea

Browse files
authored
fix: Display the normal file message for the mov video (#1010)
[CLNP-2528](https://sendbird.atlassian.net/browse/CLNP-2528) ### ChangeLog & Fix * Display the normal `FileMessage` for the `.mov` video
1 parent 30f9864 commit 86871ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const SUPPORTED_MIMES = {
3131
'video/ogg',
3232
'video/webm',
3333
'video/mp4',
34-
'video/quicktime', // .mov
34+
// 'video/quicktime', // NOTE: Do not support ThumbnailMessage for the .mov video
3535
],
3636
AUDIO: [
3737
'audio/aac',
@@ -54,6 +54,7 @@ export const SUPPORTED_MIMES = {
5454
'text/calendar',
5555
'text/javascript',
5656
'text/xml',
57+
'video/quicktime', // NOTE: Assume this video is a normal file, not video
5758
],
5859
APPLICATION: [
5960
'application/x-abiword',

0 commit comments

Comments
 (0)