Compare commits

..

1 commit

Author SHA1 Message Date
Kévin Commaille 7ecf2a9e1e
Merge a9a22697b1 into f97d2944ae 2025-08-15 12:46:05 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
Add [room version 12](/rooms/v12) as per [MSC4304](https://github.com/matrix-org/matrix-spec-proposals/pull/4304).

View file

@ -131,7 +131,8 @@ The rules are as follows:
1. If the event is not validly signed by the homeserver of the user ID denoted 1. If the event is not validly signed by the homeserver of the user ID denoted
by the key, reject. by the key, reject.
3. If `membership` is `join`: 3. If `membership` is `join`:
1. If the only previous event is an `m.room.create` and the 1. {{% changed-in v=11 %}}
If the only previous event is an `m.room.create` and the
`state_key` is the sender of the `m.room.create`, allow. `state_key` is the sender of the `m.room.create`, allow.
2. If the `sender` does not match `state_key`, reject. 2. If the `sender` does not match `state_key`, reject.
3. If the `sender` is banned, reject. 3. If the `sender` is banned, reject.