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

Allow /make_join to return a 404 #2688

Merged
merged 1 commit into from Jul 16, 2020
Merged

Allow /make_join to return a 404 #2688

merged 1 commit into from Jul 16, 2020

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jul 15, 2020

Specify that GET /_matrix/federation/v1/make_join/{roomId}/{userId} can return a 404 if the room is unknown.

Synapse already does this for rooms it doesn't know about, so I'm claiming this is a clarification. Change my mind.

Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can
return a 404 if the room is unknown.
Copy link
Member

@uhoreg uhoreg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we haven't been great a documenting existing error messages, so I'm inclined to agree that this goes in the "clarifications" bucket.

@richvdh richvdh merged commit 6da0638 into master Jul 16, 2020
@@ -0,0 +1 @@
Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can return a 404 if the room is unknown.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are RST.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 1b74e96

@afranke afranke deleted the rav/make_join_404 branch September 22, 2021 10:37
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.

None yet

3 participants