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

@@ -594,6 +594,7 @@ export const MESSAGE_ATTACHMENT_COLUMNS = [
'editHistoryIndex',
'clientUuid',
'size',
'duration',
'contentType',
'path',
'localKey',
@@ -652,6 +653,7 @@ export type MessageAttachmentDBType = {
sentAt: number;
clientUuid: string | null;
size: number;
duration: number | null;
contentType: string;
path: string | null;
plaintextHash: string | null;