mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
If you were in the "Starred messages" narrow and your pointer was on a message with the stream/topic of "social/lunch", we wouldn't move you to the unread messages for that topic. I fixed this by removing the code that looked at the current message's topic. Instead, we only look at the active narrow to figure out the "next" topic to go to. Fixes #14120.