Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unread: Make the n key respect the left sidebar filter. #22798

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 27, 2022

  1. unread: Make the n key respect the left sidebar filter.

    When going to the next unread message we should restrict
    the streams according to the stream filter, if it is filled in.
    And similarly for the topic filter, if you're currently
    viewing "more topics".
    
    So, modified the algorithm to iterate through the unread
    actively-filtered topics first, then the other unread
    topics in the stream, and then all the unfiltered
    topics of other streams (no filters applied for any of those).
    
    Fixes zulip#21437.
    jai2201 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    585aa9a View commit details
    Browse the repository at this point in the history