mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
In the outgoing webhook handler, there is potentially several seconds of trying between when a message triggering an outgoing webhook arrives, and when it fails. In the meantime, the stream the triggering message was on may have been deleted, causing the "Failure!" message to have no valid stream to be sent to. Rather than raise an exception in the outgoing webhook worker, ignore the exception and move on.
15 KiB
15 KiB