From db99583ce577582f6bfe4b28d6ecfa7b1bf54590 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 10 Jul 2020 12:02:21 +0100 Subject: [PATCH] Update to use /uk.half-shot.msc2666/ --- proposals/2666-get-rooms-in-common.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/2666-get-rooms-in-common.md b/proposals/2666-get-rooms-in-common.md index 2d032096b..00266beec 100644 --- a/proposals/2666-get-rooms-in-common.md +++ b/proposals/2666-get-rooms-in-common.md @@ -27,7 +27,7 @@ empty array should be returned. If the `current_user` and `other_user_id` are th reject with HTTP 400. ``` -GET _matrix/client/unstable/users/@alice:example.com/shared_rooms/@bob:example.com +GET _matrix/client/unstable/uk.half-shot.msc2666/users/@alice:example.com/shared_rooms/@bob:example.com ``` ```json @@ -67,7 +67,7 @@ to request all state ahead of time. ## Unstable prefix -The implementation MUST use `/_matrix/client/unstable/users/{user_id}/shared_rooms/{other_user_id}`. +The implementation MUST use `/_matrix/client/unstable/uk.half-shot.msc2666/users/{user_id}/shared_rooms/{other_user_id}`. The /versions endpoint MUST include a new key in `unstable_features` with the name `uk.half-shot.msc2666`. Once the MSC has been merged, clients should use `/_matrix/client/r0/users/{user_id}/shared_rooms/{other_user_id}` and will no longer need to check for the `unstable_features` flag.