From 353b61526e778f620147daf39456722aaa6d6617 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 4 Jun 2024 20:15:18 -0400 Subject: [PATCH] Clarify when an event is returned from /send_join. --- data/api/server-server/joins-v2.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/api/server-server/joins-v2.yaml b/data/api/server-server/joins-v2.yaml index 7804a6f64..55f68ea97 100644 --- a/data/api/server-server/joins-v2.yaml +++ b/data/api/server-server/joins-v2.yaml @@ -207,9 +207,8 @@ paths: title: SignedMembershipEvent x-addedInMatrixVersion: "1.2" description: |- - Required if the `content` of the event in the request contained the `join_authorised_via_users_server` - field. The signed copy of the membership event sent to other servers by the resident server, - including the resident server's signature. + 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. servers_in_room: type: array x-addedInMatrixVersion: "1.6"