From 591d3e55c97c9d4d92144e62cbcd8f868a96578b Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Tue, 12 Apr 2022 10:42:33 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jonathan de Jong --- proposals/2666-get-rooms-in-common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2666-get-rooms-in-common.md b/proposals/2666-get-rooms-in-common.md index 7d21d44ef..c66b35d94 100644 --- a/proposals/2666-get-rooms-in-common.md +++ b/proposals/2666-get-rooms-in-common.md @@ -72,7 +72,7 @@ to request all state ahead of time. ## Unstable prefix The implementation MUST use `/_matrix/client/unstable/uk.half-shot.msc2666/user/mutual_rooms/{user_id}`. -The /versions endpoint MUST include a new key in `unstable_features` with the name `uk.half-shot.msc2666`. +The /versions endpoint MUST include a new key in `unstable_features` with the name `uk.half-shot.msc2666.mutual_rooms`. 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, clients should use `/_matrix/client/r0/user/mutual_rooms/{user_id}` and will no longer need to check for the `unstable_features` flag.