mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Apparently, our slack compatible outgoing webhook format didn't exactly match Slack, especially in the types used for values. Fix this by using a much more consistent format, where we preserve their pattern of prefixing IDs with letters. This fixes a bug where Zulip's team_id could be the empty string, which tripped up using GitLab's slash commands with Zulip. Fixes #19588.