mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 14:51:18 +01:00
Show video duration in all media UI
This commit is contained in:
@@ -79,7 +79,7 @@ describe('Message', () => {
|
||||
objectUrl: string;
|
||||
contentType: MIME.MIMEType;
|
||||
logger: LoggerType;
|
||||
}) => new Blob(),
|
||||
}) => ({ blob: new Blob(), duration: undefined }),
|
||||
revokeObjectUrl: (_objectUrl: string) => undefined,
|
||||
readAttachmentData: async (
|
||||
attachment: Partial<AddressableAttachmentType>
|
||||
|
||||
Reference in New Issue
Block a user