Files
zulip/zerver/webhooks/slack
Eeshan Garg 2ed7b7b6a1 webhooks/slack: Support unicode.
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.
2017-07-20 10:30:03 -07:00
..
2017-03-23 23:32:38 -07:00
2017-03-23 23:32:38 -07:00
2017-07-20 10:30:03 -07:00