mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
As premonitioned in c741c527d7, it is
indeed possible for `get_handler_by_id` to error out by cause the
handler has been unset elsewhere.
Protect the callsites of `get_handler_by_id` to be able to gracefully
handle when the handler has already done away.