mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31: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.