mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
There are only a handful of non-JSON webhooks that wouldn't benefit from the notify_bot_owner_on_invalid_json feature. Specifically, these are the webhooks where the third-party product uses another format, whether it be HTML form-encoded, XML, or something else. Tweaked by tabbott to correc the list of excluded webhooks.