mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
For a personal build, the teamcity webhook still sends a private message using check_send_private_message since a personal build should never trigger a public notification. For a non-personal build, check_send_webhook_message is used, which can either send a PM or a stream message based on whether a stream is specified in the webhook URL or not.