mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
If an incoming payload contained a unicode character, it raised a UnicodeEncodeError, because the message template was an str. Now, the message template is unicode, so it can be formatted to include unicode characters, should the incoming payloads contain any.
1.6 KiB
1.6 KiB