Исправдение failed to decompress data
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user