Allow /make_join to return a 404 (#2688)

Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can
return a 404 if the room is unknown.
This commit is contained in:
Richard van der Hoff 2020-07-16 15:17:40 +01:00 committed by GitHub
parent e207dfc0ea
commit 6da06383e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1 @@
Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can return a 404 if the room is unknown.