-
Notifications
You must be signed in to change notification settings - Fork 383
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
MSC1802: Remove the '200' value from some federation responses #1802
MSC1802: Remove the '200' value from some federation responses #1802
Conversation
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.
This seems very sensible, and definitely something I'd like to see in r0.
Cool! Though given we can do this in a backwards compatible way, we should probably do so. Basically, in the same way as #1794 we can fix this in |
I didn't think about that option. I guess that's indeed better. I'll rewrite my proposal to use it rather than the current proposed solution. |
ftr this propsal is ready for review (I hadn't added the in-review label for it as I'd expect someone from the specs core team to do it) |
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.
seems reasonable, now it just needs more feedback from others :D
#2102 plans to make a change so that federation endpoints expect canonical JSON rather than JSON be sent along the wire, in the interest of keeping things light for the recipient. I don't want to bring the bikeshed to this proposal, but if we are going to add a new endpoint version then it might be worth merging that rule with this proposal. |
Thanks for the heads up @Half-Shot, I'll keep an eye on #2102 to see how it evolves (because it's not clear right now if it's going to end up in the spec). |
Myself and @anoadragon453 came across the delight of |
Yes please. @mscbot fcp merge |
Team member @anoadragon453 has proposed to merge this. The next step is review by the rest of the tagged people: No concerns currently listed. Once a majority of reviewers approve (and none object), 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 info about what commands tagged team members can give me. |
I am assuming my past self isn't an idiot, so: @mscbot reviewed |
Looking at Construct's code (which I think is the only HS implementation that I've seen used in rooms apart from Synapse), I can't see the |
…github.com:matrix-org/matrix-doc into babolivier/standardised-federation-response-format
🔔 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. |
This was implemented by synapse in matrix-org/synapse#6349, so I think this is just pending a spec PR? |
Spec PR: #2547 |
Merged 🎉 |
Rendered
Resolves #1418