-
-
Notifications
You must be signed in to change notification settings - Fork 592
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 support for MSC3847: Ignore invites with policy rooms #2626
Conversation
28619da
to
641c593
Compare
7de2554
to
12e9077
Compare
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.
Looks reasonable overall; should this baseline support also include a method for adding rooms to the sources list?
I can do that. I don't see any scenario for using this method in the near future, except perhaps for testing, though. |
I took the opportunity to add a few more tests. |
9600ca8
to
2023e36
Compare
Are we waiting for any further reviews or can this be merged? |
bb90191
to
335cf9f
Compare
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.
Thanks!
* Add a property aggregating all names of a NamespacedValue ([\matrix-org#2656](matrix-org#2656)). * Implementation of MSC3824 to add action= param on SSO login ([\matrix-org#2398](matrix-org#2398)). Contributed by @hughns. * Add invited_count and joined_count to sliding sync room responses. ([\matrix-org#2628](matrix-org#2628)). * Base support for MSC3847: Ignore invites with policy rooms ([\matrix-org#2626](matrix-org#2626)). Contributed by @Yoric. * Fix handling of remote echoes doubling up ([\matrix-org#2639](matrix-org#2639)). Fixes matrix-org#2618.
This is a second take on the matrix-js-sdk-level machinery needed to be able to ignore invites, this time based on MSC3847.
The intention is that decisions on whether/how to display ignored invites is left in the hands of matrix-react-sdk.
Checklist
Type: enhancement
Here's what your changelog entry will look like:
✨ Features