mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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.