zulip/zerver/webhooks/helloworld
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
..
fixtures webhooks: Rename webhook fixtures to only include event type. 2017-05-13 20:07:40 -02:30
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md template context: Give better names to the URLs for the API. 2017-10-30 18:29:29 -07:00
tests.py webhooks: Stop raising an exception if stream does not exist. 2018-03-24 13:50:17 -07:00
view.py webhooks: Enable custom topics and default PM notifications. 2018-03-16 11:34:20 -07:00