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

HideMedia: Add support for automatic hiding of media via defining list of user ids or domains #3192

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

fumiichan
Copy link

This patch includes support to hide attachments with the following configuration:

  • Comma separated list of User IDs
  • Comma separated list of domains/hostnames
  • A toggle to enable/disable the automatic hiding

This patch also includes fixes for forwarded messages with embeds only is not detected.

@fumiichan fumiichan changed the title HideAttachments Plugin: Add support for automatic hiding of attachments HideMedia: Add support for automatic hiding of media via defining list of user ids or domains Feb 2, 2025
Copy link

@cwireman cwireman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the user/domain lists have a whitelist/blacklist mode when auto-hide is on? there's definitely interest in hiding all by default.

@fumiichan
Copy link
Author

can the user/domain lists have a whitelist/blacklist mode when auto-hide is on? there's definitely interest in hiding all by default.

This only act as blacklist when auto-hide is on.

What auto-hide toggle do is just to enable/disable the blacklist mode. I could change how the toggle is named to make it more clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants