mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
comment_created payloads may not contain the required issue data to format a useful notification, therefore, it is better to handle issue comments through issue_updated events (which we already do). Fixes: #11995.