zulip/zerver/lib/webhooks
Eeshan Garg 538746fc65 webhooks: Stop raising an exception if stream does not exist.
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.
2018-03-24 13:50:17 -07:00
..
__init__.py Add common git integration method to build message for push events. 2016-10-10 17:32:41 -07:00
common.py webhooks: Stop raising an exception if stream does not exist. 2018-03-24 13:50:17 -07:00
git.py zerver/lib: Remove u prefix from strings. 2018-02-05 12:12:58 -08:00