From 206dff02afe31f4c9ff9ac6631708a20616c37e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 24 Jan 2025 21:44:40 +0100 Subject: [PATCH] Clarify that join rules must be in auth events for knock events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since it is necessary for passing the authorization rules Signed-off-by: Kévin Commaille --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index 8e99c431..65494f80 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -537,7 +537,7 @@ the following subset of the room state: - If type is `m.room.member`: - The target's current `m.room.member` event, if any. - - If `membership` is `join` or `invite`, the current + - If `membership` is `join`, `invite` or `knock`, the current `m.room.join_rules` event, if any. - If membership is `invite` and `content` contains a `third_party_invite` property, the current