feat: add mov to video files

This commit is contained in:
Alejandro Gomez 2023-01-06 16:21:06 +01:00
parent c1941754e4
commit 0482a5d28e
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -23,6 +23,7 @@ export function extractLinks(fragments) {
return <img key={url} src={url} />;
}
case "mp4":
case "mov":
case "mkv":
case "avi":
case "m4v": {