mirror of https://github.com/zulip/zulip.git
d448b75176
Previously, errors were returned using Zulip's default format, which did not match Slack's expected response structure. This change ensures that errors in the Slack incoming webhook handler return JSON responses in Slack's expected format: {ok: false, error: "error string"}. Fixes: #31878. |
||
---|---|---|
.. | ||
fixtures | ||
__init__.py | ||
doc.md | ||
tests.py | ||
view.py |