Оптимизирован код вложений, исправлена установка аватарки на диалог, а не у отправителя

This commit is contained in:
RoyceDa
2026-02-20 17:43:56 +02:00
parent db72246e5a
commit c64a7005d3
6 changed files with 22 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ export function MessageFile(props : AttachmentProps) {
} =
useAttachment(
props.attachment,
props.chacha_key_plain,
props.parent,
);
const preview = getPreview();
const error = downloadStatus == DownloadStatus.ERROR;