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

@@ -45,6 +45,7 @@ export const permissiveMessageAttachmentSchema = z.object({
// Fields allowing NULL
receivedAtMs: permissiveNumberOrNull,
duration: permissiveNumberOrNull,
path: permissiveStringOrNull,
clientUuid: permissiveStringOrNull,
localKey: permissiveStringOrNull,