From 1f995a0e782b63424e0d30b52306aedf08cb8b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 22 Feb 2025 17:40:51 +0100 Subject: [PATCH] Add link to m.room.third_party_invite definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/event-schemas/schema/m.room.member.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/event-schemas/schema/m.room.member.yaml b/data/event-schemas/schema/m.room.member.yaml index 6c180ec1..e6a8bfdd 100644 --- a/data/event-schemas/schema/m.room.member.yaml +++ b/data/event-schemas/schema/m.room.member.yaml @@ -21,7 +21,8 @@ description: |- participate in the room until they join. The `third_party_invite` property will be set if this invite is an `invite` event and is the - successor of an `m.room.third_party_invite` event, and absent otherwise. + successor of an [`m.room.third_party_invite`](/client-server-api/#mroomthird_party_invite) event, + and absent otherwise. This event may also include an `invite_room_state` key inside the event's `unsigned` data. If present, this contains an array of [stripped state events](/client-server-api/#stripped-state)