Новый тип вложений - Attachment.CALL с активными звонками

This commit is contained in:
RoyceDa
2026-03-21 21:18:09 +02:00
parent 48e0cddbaa
commit e019702dbe
10 changed files with 446 additions and 113 deletions

View File

@@ -15,6 +15,8 @@ export const constructLastMessageTextByAttachments = (attachment: string) => {
return "$a=File";
case AttachmentType.AVATAR:
return "$a=Avatar";
case AttachmentType.CALL:
return "$a=Call";
default:
return "[Unsupported attachment]";
}