mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
The previous invocation message_util.do_unread_count_updates dates from a time when `unread.js` did have any data beyond what full message objects were present in the client, and thus we needed to recalculate everything from those message objects when muting state was changed. With the modern unread.js data structures, all that's required is a full recalculation/rerender via this function.
2.7 KiB
2.7 KiB