Новая система пересылки сообщений без трансляции и транскодирования вложений

This commit is contained in:
RoyceDa
2026-03-28 17:07:43 +02:00
parent c9cff515e5
commit aaa4b4283a
4 changed files with 8 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ export interface MessageReply {
message: string;
attachments: Attachment[];
message_id: string;
chacha_key_plain: string;
}
export function useReplyMessages() {