mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
Not all webhook payloads are json, so send_json_payload was a bit misleading. In passing I also remove "bytes" from the Union type for "payload" parameter.