-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
S2S v1/send_join: What is the integer in the response? #1514
Comments
yes. That was a bug in synapse, which got fixed in send_join v2. |
I'm not sure why this is closed, the problem in the documentation still seems to exist? As in, it still shows this in the documentation without explaining what it means or what it should be set to in eg. a homeserver implementation. |
I closed it because I thought your question was answered. Honestly I'm inclined to the feeling we should just remove v1/send_join rather than spend time clarifying its documentation. Having said that, a PR to clarify the documentation would be welcome. |
It is, but that won't fix the documentation for the next homeserver developer to come along :) Hence why I figured issues should remain open until the answer has made it into the documentation. (I think that's how clarification issues were always handled in the past? Unless that has changed)
I don't think that's possible in this case; because |
Yes, you're right, the issue should stay open.
To be clear: it's already deprecated. As https://spec.matrix.org/v1.6/server-server-api/#put_matrixfederationv1send_joinroomideventid says: "Servers should instead prefer to use the v2 /send_join endpoint." I've opened #1518 to add a missing 'deprecated' label here. As for removing it altogether: see #1519. |
Link to problem area: https://spec.matrix.org/v1.6/server-server-api/#put_matrixfederationv1send_joinroomideventid
Issue
Spec says:
... however, only the Room State is specified, and it's not specified what the
integer
is exactly. Is it always200
, like in the example?The text was updated successfully, but these errors were encountered: