From d0c4cd2223ce4c240d51a59ff1a9fd753b18e735 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 1 Sep 2025 16:10:20 +0100 Subject: [PATCH] Update path --- proposals/2666-get-rooms-in-common.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proposals/2666-get-rooms-in-common.md b/proposals/2666-get-rooms-in-common.md index f63371d50..647d7c12a 100644 --- a/proposals/2666-get-rooms-in-common.md +++ b/proposals/2666-get-rooms-in-common.md @@ -21,7 +21,7 @@ user. ## Proposal -Homeservers will implement a new endpoint `/_matrix/client/v1/user/mutual_rooms`. +Homeservers will implement a new endpoint `/_matrix/client/v1/mutual_rooms`. This endpoint will take a query parameter of `user_id` which will contain the MXID of the user matched against. @@ -113,7 +113,7 @@ to request all state ahead of time. ## Unstable prefix -The implementation MUST use `/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms`. +The implementation MUST use `/_matrix/client/unstable/uk.half-shot.msc2666/mutual_rooms`. The /versions endpoint MUST include a new key in `unstable_features` with the name `uk.half-shot.msc2666.query_mutual_rooms`. @@ -125,5 +125,5 @@ Previous iterations of this MSC has used the following `unstable_features` key(s If the value is false or the key is not present, clients MUST assume the feature is not available. Once the MSC has been merged, and the homeserver has advertised support for the Matrix version that -this endpoint is included in, clients should use `/_matrix/client/v1/user/mutual_rooms` and will no +this endpoint is included in, clients should use `/_matrix/client/v1/mutual_rooms` and will no longer need to check for the `unstable_features` flag.