-
Notifications
You must be signed in to change notification settings - Fork 187
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
Declare support for Matrix v1.10 #17021
Comments
See [MSC3981](matrix-org/matrix-spec-proposals#3981), this pretty much just removes flags though. Part of #17021
See [MSC4010](matrix-org/matrix-spec-proposals#4010), but this is pretty much just removing an experimental flag. Part of #17021
@erikjohnston / @anoadragon453 I'd be curious on your thoughts on if Synapse could now declare v1.10 support:
🤷 Would be curious of opinions. |
I agree that we could call the current behaviour of Synapse, where it just ignores attempts at authenticating to
I agree that a "homeserver deployment" serving this endpoint via a separate webserver would thus constitute a full homeserver that supports Matrix v1.10. Synapse doesn't need to support serving this endpoint itself in order to declare support for v1.10. I wouldn't be opposed to declaring v1.10 support before adding an option for Synapse to serve this endpoint itself. |
We discussed it briefly as the Element backend team and had no objections. So, go for it! |
Pretty straightforward. 😄 Fixes #17021
See matrix-org/synapse#16709 for a previous version of this.
See the changelog (note that I stripped out spec clarifications).
Client-Server API
/versions
to optionally accept authentication, as per MSC4026.body
field as optional media caption, as per MSC2530.Retry-After
header may be used to rate-limit a client, as per MSC4041.GET /relations
endpoints, as per MSC3981.m.push_rules
account data type cannot be set using the/account_data
API, as per MSC4010.The text was updated successfully, but these errors were encountered: