-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: main
Are you sure you want to change the base?
HideMedia: Add support for automatic hiding of media via defining list of user ids or domains #3192
Conversation
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 also fixes the issue: - Fixes the issue where forwarded messages with attachments are not detected
Co-authored-by: Nuckyz <[email protected]>
There was a problem hiding this 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.
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. |
This patch includes support to hide attachments with the following configuration:
This patch also includes fixes for forwarded messages with embeds only is not detected.