-
Notifications
You must be signed in to change notification settings - Fork 84
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
POST /_matrix/identity/v2/store-invite
returns unspecced public_key
property
#561
Comments
@richvdh This issue talks about
This is currently referenced by the following projects: /_matrix/identity/v2/store-invite
/_matrix/identity/api/v1/store-invite
Hits in for |
I don't think matrix-org/matrix-spec#495 is specific to v1 or v2: it predates the existence of v2 (which was added in matrix-org/matrix-spec-proposals#2255), but the same error was carried over to the v2 spec. Note also that matrix-org/matrix-spec#495 is talking about the format of
I agree that
It's referenced in the model, but that doesn't necessarily mean the project is actually using it. I'm also a bit surprised that a bot SDK needs to reference this. Per the ASCII art at https://spec.matrix.org/v1.6/client-server-api/#server-behaviour-7, it should be up to the homeserver to make this request. Yup, looks like that line needs removing too, to make sytest return spec-compliant responses.
See matrix-org/synapse#6036. We should remove it.
As above, needs a fix.
Again, hard to tell if this means it's actually used. I'd hope that fixing sytest would confirm one way or the other. Thanks for doing all this research! |
Sydent returns:
the top-level
public_key
property is redundant. It predatespublic_keys
(added in #10, as modified by #13), and has never been specced. It should be removed.The text was updated successfully, but these errors were encountered: