mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
Webxdc update messages may contain long lines that get hard-wrapped and may corrupt JSON if the message is not encrypted. base64-encode the update part to avoid hard wrapping. This is not necessary for encrypted messages, but does not introduce size overhead as OpenPGP messages are compressed.