mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
We were loading filters from localstorage after rendering the filters block which caused the incorrect icons being displayed for filters. Since usually recent_topics renders a couple times when it is loaded directly and the filters were being loaded as part of show_selected_filters after we rendered recent_topics filters, it meant the correct filters were being displayed in the second render. But, when user loads any other narrow directly when Zulip is loaded, and opens recent_topics, recent_topics is only rendered once, hence the bug gets noticed. Fixes #17496 |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||