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

@@ -2713,6 +2713,7 @@ function saveMessageAttachment({
receivedAtMs,
clientUuid: attachment.clientUuid,
size: attachment.size,
duration: attachment.duration,
contentType: attachment.contentType,
path: attachment.path,
localKey: attachment.localKey,