mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 06:54:10 +01:00
Clarify that join rules must be in auth events for knock events
Since it is necessary for passing the authorization rules Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
9e0f2aad94
commit
206dff02af
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue