mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Send text attachment stories
This commit is contained in:
@@ -25,6 +25,7 @@ export const IMAGE_BMP = stringToMIMEType('image/bmp');
|
||||
export const VIDEO_MP4 = stringToMIMEType('video/mp4');
|
||||
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');
|
||||
|
||||
export const isHeic = (value: string, fileName: string): boolean =>
|
||||
value === 'image/heic' ||
|
||||
|
||||
Reference in New Issue
Block a user