Унификация кодирования chacha_key_plain теперь он в hex, а не в utf8 с потерей данных
This commit is contained in:
@@ -104,6 +104,9 @@ export function Message(props: MessageProps) {
|
||||
message: props.message,
|
||||
attachments: props.attachments.filter(a => a.type != AttachmentType.MESSAGES),
|
||||
message_id: props.message_id,
|
||||
/**
|
||||
* Кодируем в hex чтобы было удобнее передавать по сети
|
||||
*/
|
||||
chacha_key_plain: props.chacha_key_plain
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user