From 2c117ba0f5824cf01c511e05a425cafeaec61d9f Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 10 Jun 2024 09:00:59 -0400 Subject: [PATCH] Another attempt. --- data/api/server-server/joins-v2.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/api/server-server/joins-v2.yaml b/data/api/server-server/joins-v2.yaml index 55f68ea9..465207e9 100644 --- a/data/api/server-server/joins-v2.yaml +++ b/data/api/server-server/joins-v2.yaml @@ -207,8 +207,9 @@ paths: title: SignedMembershipEvent x-addedInMatrixVersion: "1.2" description: |- - The signed copy of the membership event sent to other servers by the resident server. - Required if the event is signed by the resident server. + The membership event sent to other servers by the resident server including a signature + from the resident server. Required if the room is [restricted](/client-server-api/#restricted-rooms) + and the joining user is authorised by one of the conditions. servers_in_room: type: array x-addedInMatrixVersion: "1.6"