Skip to content

Commit 9a49a47

Browse files
committed
Fix endpoint path in MSC2666
per SCT vote in March 2026
1 parent 53f01d3 commit 9a49a47

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

proposals/2666-get-rooms-in-common.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If the user ID is [non-compliant](https://spec.matrix.org/v1.17/appendices/#hist
4545
the server returns HTTP 400 with the `M_INVALID_PARAM` error code.
4646

4747
```http
48-
GET /_matrix/client/v1/user/mutual_rooms?user_id=%40bob%3Aexample.com
48+
GET /_matrix/client/v1/mutual_rooms?user_id=%40bob%3Aexample.com
4949
```
5050

5151
```json
@@ -81,7 +81,7 @@ results. For example:
8181
The client can make another request to get the next batch of results:
8282

8383
```http
84-
GET /_matrix/client/v1/user/mutual_rooms?user_id=%40bob%3Aexample.com&from=<opaque_identifier>
84+
GET /_matrix/client/v1/mutual_rooms?user_id=%40bob%3Aexample.com&from=<opaque_identifier>
8585
```
8686

8787
The batch tokens this endpoint generates are only valid for this endpoint.
@@ -154,3 +154,5 @@ If the value is `false` or the key is not present, clients MUST assume the featu
154154
Once the MSC has been merged, but before the homeserver advertises support for the Matrix spec
155155
version that includes this endpoint, servers SHOULD set the `uk.half-shot.msc2666.query_mutual_rooms.stable`
156156
unstable feature flag to `true` to indicate they support the stable `/_matrix/client/v1/mutual_rooms` endpoint.
157+
158+
**Note**: The stable endpoint does *not* have a `/user` component.

0 commit comments

Comments
 (0)