Skip to content

Commit

Permalink
Add mpeg video support #2423
Browse files Browse the repository at this point in the history
  • Loading branch information
gabefair authored Oct 18, 2024
1 parent 7697a90 commit 6c4c157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/types/MIME.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const IMAGE_WEBP = stringToMIMEType('image/webp');
export const IMAGE_ICO = stringToMIMEType('image/x-icon');
export const IMAGE_BMP = stringToMIMEType('image/bmp');
export const VIDEO_MP4 = stringToMIMEType('video/mp4');
export const VIDEO_MPEG = stringToMIMEType('video/mpeg');
export const VIDEO_QUICKTIME = stringToMIMEType('video/quicktime');
export const LONG_MESSAGE = stringToMIMEType('text/x-signal-plain');
export const TEXT_ATTACHMENT = stringToMIMEType('text/x-signal-story');
Expand Down

0 comments on commit 6c4c157

Please sign in to comment.