mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Earlier, message notifications for same key would not get grouped together because of the old notification_object close event listener firing up when not supposed to. This commit fixes this behaviour by checking the notification object instance is the same as the currently displayed notification object from notice memory when closing it. Co-authored-by: prakhar1144 <prakhar@zulip.com>