mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit makes it so that any query for which we do a local filter leads to us examining the full list of unread message ids in our cache to find a potentially unread message that passes the filter. This can often allow us to more immediately jump to a new narrow with an appropriately selected message. Fixes #9319