Skip to content
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

Fix required fields in /_matrix/key/v2/server response schema #1930

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

tulir
Copy link
Member

@tulir tulir commented Aug 14, 2024

Fixes #613

old_verify_keys is intentionally omitted, there's no reason to require it and I accidentally fixed it being required in Synapse before realizing there was a spec issue: element-hq/synapse#17568. Dendrite already doesn't require it, Ruma points to the spec issue https://github.com/ruma/ruma/blob/ruma-federation-api-0.9.0/crates/ruma-federation-api/src/discovery.rs#L51

Preview: https://pr1930--matrix-spec-previews.netlify.app

Fixes #613

Signed-off-by: Tulir Asokan <tulir@maunium.net>
@tulir tulir requested a review from a team as a code owner August 14, 2024 13:34
@tulir tulir merged commit 87de68c into main Aug 14, 2024
12 checks passed
@tulir tulir deleted the tulir/fix-required-key-fields branch August 14, 2024 17:51
@zecakeh zecakeh mentioned this pull request Sep 5, 2024
41 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Federation API spec does not declare fields as required for /_matrix/key/v2/server
2 participants