mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Instead of using localstorage to set the filters every time we render recent topics, we only do it during initial page load and then use the locally present `filters` variable to set the filters. This avoids multiple Zulip tabs of having a live impact on the filters used in recent conversations.