Show video duration in all media UI

This commit is contained in:
Fedor Indutny
2025-09-15 10:37:40 -07:00
committed by GitHub
parent a1171ee8e1
commit 976f792001
14 changed files with 58 additions and 15 deletions

View File

@@ -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>