-
Notifications
You must be signed in to change notification settings - Fork 401
MSC4294: Ignore and mass ignore invites #4294
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: main
Are you sure you want to change the base?
Conversation
Now that I know the number.
Better phrasing to distinguish between generic ignore and invite ignore. Server behaviour specified.
Typo fix.
There is a long history of
All of these proposals are open and have been for more than 5 years. They are fairly complex, and handle various complex combinations of ignores and allowlists, for users, servers, and patterns, as well as some preauthorisation. This current proposal is deliberately very simple, using the already established ignore machanism, which should be easy to implement using parts of the same code. It is hoped that it will not take years to be accepted, since the problem is acute. cc: @Johennes |
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.
Implementation requirements:
- Client
- Server
Your MSC currently uses the Please consider switching the branch to a feature branch instead of |
(I hate git) |
The internet is telling me it's not possible to change the source branch after the PR is opened, but I'm pretty sure we've done that before. For all the hassle, a new PR is probably easiest and causes no harm. |
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.
Overall, I feel this MSC is in direct competition with #4155 which has a number of implementations and experimentation. If there's parts that 4155 doesn't cover, this MSC would be best positioned to propose extensions to 4155 so that it may protect more users.
Rendered