mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
This removes some complexity from the event_queue module. To avoid code duplication, we reduce the `is_notifiable` methods to internally just call the `trigger` methods and check their return value.