mirror of https://github.com/zulip/zulip.git
2ed7b7b6a1
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 |