Skip to content

Commit

Permalink
Remove M_UNKNOWN response (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan authored May 31, 2022
1 parent d59d051 commit 6a4e523
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions proposals/2666-get-rooms-in-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ The response format will be an array containing all rooms where both the authent
a membership of type `join`. If the `user_id` does not exist, or does not share any rooms with the authenticated user,
an empty array should be returned.

Additionally, a server may respond with a `400` `M_UNKNOWN` to this endpoint for any reason,
signalling its unwillingess (or inability) to satisfy the request.

```
GET /_matrix/client/v1/user/mutual_rooms/%40bob%3Aexample.com
```
Expand Down

0 comments on commit 6a4e523

Please sign in to comment.