Update styles for MediaGallery

This commit is contained in:
Fedor Indutny 2025-09-10 13:25:21 -07:00 committed by GitHub
commit 53d1650844
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 999 additions and 920 deletions

View file

@ -330,7 +330,7 @@ function hydrateMessageRootOrRevisionWithAttachments<
return hydratedMessage;
}
function convertAttachmentDBFieldsToAttachmentType(
export function convertAttachmentDBFieldsToAttachmentType(
dbFields: MessageAttachmentDBType
): AttachmentType {
const messageAttachment = shallowDropNull(dbFields);