-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add option to show/hide ACL events (m.room.server_acl) in timeline #31336
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
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: sebastien.heurtematte <[email protected]>
|
CI is likely to fail due to your use of your fork's |
Signed-off-by: sebastien.heurtematte <[email protected]>
Signed-off-by: sebastien.heurtematte <[email protected]>
|
Is there anything else I can do to help move this PR forward and get it merged? I’m not sure whether the failed checks are actually related to the PR itself or simply due to the fact that it originates from a fork. |
Also this needs Product sign off which will take a while whatever you do as their todo list is infinitely long. |
This PR introduces a new user-controlled display option that allows hiding or showing m.room.server_acl events in the timeline.
These events currently appear as messages such as:
"Eclipse Foundation Moderator Bot changed the server ACLs"
Element currently offers filters for join/leave events and other state events, but ACL changes cannot be hidden, which clutters the timeline especially in rooms where automated moderation bots adjust ACLs frequently.
This PR adds a toggle in the Settings: Account -> Preferences -> Timeline