mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08: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. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| doc.md | ||
| tests.py | ||
| view.py | ||