mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +00:00
This fixes a bug with the group pm section of our buddy list. It wasn't updating when you fetched old private messages. We had been calling activity.process_loaded_messages() as part of message_store.do_unread_count_updates(), which was called sometimes unnecessarily and sometime not called when we needed to get huddle info. Now we call it when we need it most, which is when you click on "Private Messages".
23 KiB
23 KiB