Merge pull request #9 from v0l/mov

feat: add mov to video files
This commit is contained in:
Kieran 2023-01-06 15:50:32 +00:00 committed by GitHub
commit 50762763ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": {