mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
If you topic-edited a single message within a narrow, we would update all our unreads/sidebar/etc. data structures, and would rerender the message if appropriate. However, for the corner case of being inside a topic narrow when you did this, we didn't have logic to remove the message from the narrow (which is the appropriate situation when you just topic-edited a message in a narrow). When topic-editing multiple messages including the currently selected message (the more common case), we would end up changing the narrow, resulting in this issue being masked. Fixes #11601.
11 KiB
11 KiB