From 8fdfe9b7860673be9312c458c41c8d6d93c77670 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Thu, 9 Apr 2026 16:36:23 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B4?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20failed=20to=20decompress=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/providers/DialogProvider/useDialogFiber.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/providers/DialogProvider/useDialogFiber.ts b/app/providers/DialogProvider/useDialogFiber.ts index 18fe86c..907842a 100644 --- a/app/providers/DialogProvider/useDialogFiber.ts +++ b/app/providers/DialogProvider/useDialogFiber.ts @@ -140,7 +140,7 @@ export function useDialogFiber() { content: content, timestamp: timestamp, readed: idle ? 0 : 1, - chacha_key: groupKey, + chacha_key: Buffer.from(groupKey).toString('hex'), from_me: fromPublicKey == publicKey ? 1 : 0, plain_message: decryptedContent, delivered: DeliveredMessageState.DELIVERED,