mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
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.
11 KiB
11 KiB