From db45fb241af70ad2502e8ca5dff83fe390a7f81f Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 22 Aug 2025 12:04:41 -0600 Subject: [PATCH] Remove extraneous v11 tag in v12 auth rules --- content/rooms/v12.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/rooms/v12.md b/content/rooms/v12.md index 992488f0..42f3e122 100644 --- a/content/rooms/v12.md +++ b/content/rooms/v12.md @@ -131,8 +131,7 @@ The rules are as follows: 1. If the event is not validly signed by the homeserver of the user ID denoted by the key, reject. 3. If `membership` is `join`: - 1. {{% changed-in v=11 %}} - If the only previous event is an `m.room.create` and the + 1. If the only previous event is an `m.room.create` and the `state_key` is the sender of the `m.room.create`, allow. 2. If the `sender` does not match `state_key`, reject. 3. If the `sender` is banned, reject.