mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
Show video duration in all media UI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user