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

Allow the user to control whether messages from blocked users are filtered from open groups. #2395

Open
wants to merge 4 commits into
base: clearnet
Choose a base branch
from

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    000cb8c View commit details
    Browse the repository at this point in the history
  2. Don't filter blocked users from open groups at message-fetching stage.

    Instead, defer filtering until the display stage. This has the advantage
    that no messages are actually discarded, allowing filtering to be undone
    by simply disabling it in Settings.
    ianmacd committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    57ec2e5 View commit details
    Browse the repository at this point in the history
  3. Prevent messages from blocked users being returned in search results.

    If a conversation with a blocked user is returned, indicate it as such.
    ianmacd committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e21410b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    64cb805 View commit details
    Browse the repository at this point in the history