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
..
fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
__init__.py Add Slack webhook. 2017-03-23 23:32:38 -07:00
doc.md webhooks/slack: Restructure docs to use create-stream.md macro. 2017-06-26 12:30:04 -04:00
tests.py Add Slack webhook. 2017-03-23 23:32:38 -07:00
view.py webhooks/slack: Support unicode. 2017-07-20 10:30:03 -07:00