mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
webhook-errors.log file is cluttered with Stream.DoesNotExist errors, which hides the errors that we actually need to see. So, since check_message already sends the bot_owner a PM if the webhook bot tries to send a message to a non-existent stream, we can ignore such exceptions.