mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Introduce ability to play mp4 files as they download
This commit is contained in:
@@ -21,5 +21,7 @@ export type MediaItemType = {
|
||||
loop?: boolean;
|
||||
message: MediaItemMessageType;
|
||||
objectURL?: string;
|
||||
incrementalObjectUrl?: string;
|
||||
thumbnailObjectUrl?: string;
|
||||
size?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user