-
Notifications
You must be signed in to change notification settings - Fork 379
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
MSC3943: Partial joins to nameless rooms should include heroes' memberships #3943
MSC3943: Partial joins to nameless rooms should include heroes' memberships #3943
Conversation
@mscbot fcp merge |
Team member @erikjohnston has proposed to merge this. The next step is review by the rest of the tagged people: Once at least 75% of reviewers approve (and there are no outstanding concerns), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for information about what commands tagged team members can give me. |
|
||
## Background | ||
|
||
[MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706) extends the federation `/send_join` endpoint to optionally return a "partial state" response. In this mode of operation, the joining server is given only a _subset_ of the current state[^1] of the room to be joined; the full state is lazily loaded by the joining server. |
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.
it's not really a problem in this MSC, though for future MSCs please limit lines to ~100 characters.
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. |
Spec PR: matrix-org/matrix-spec#1425 |
Merged 🎉 |
Per https://github.com/matrix-org/matrix-spec-proposals/pull/3706/files#r1023076655 and matrix-org/synapse#12995 (comment).
Rendered.
Implemented in matrix-org/synapse#14442
FCP tickyboxes