mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Currently, the Stream Name change isn't reflected in the streams sidebar when a stream is renamed if the order of streams in the sidebar remains unchanged, because the optimization to avoid rerendering when nothing changes about the order prevents the rerendering code from running. We fix by this adding a flag in build_stream_list and update_streams_sidebar functions to force a rerender, and pass that when a stream is renamed. Fixes #16026.
18 KiB
18 KiB