-
Notifications
You must be signed in to change notification settings - Fork 373
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
MSC3907: Mute Policy Recommendation #3907
base: main
Are you sure you want to change the base?
Conversation
Fixing this typo helps make sure that when we replace all MSC placeholders with MSCXXXX where XXXX is the final IDs that this misstake doesnt persist.
Gnuxie/policy mute
} | ||
``` | ||
|
||
Below is the same event but without the expiry. |
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.
Does it even make sense to have this without an expiry? Isn't a mute without expiry essentially a ban, or what's the reasoning?
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.
Yes a mute without a expiry is on the surface close to a ban but if one makes the assumption that policy application engines reverse policies that have been reversed then the assumption of it being a ban would no longer be true.
Even then a mute is in some ways not a ban since it forces you to be read only but does not eject you out of a room. Close but not equivalent and this lack of equivalence can actually end up being important for some communities.
* is a `room` rule: | ||
+ Applied to a user: New events from the room are ignored, not displayed in notifications and | ||
not shown to be active in a client. | ||
+ Applied to a room: No-op? Could be changing `events_default` to the same level as moderators |
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.
Not sure why this is a question, you cannot ban a room from a room, same with mutes.
Rendered
MSC Co Authored by @FSG-Cat and @Gnuxie
Signed-off-by: Catalan Lover catalanlover@protonmail.com