mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Clarify that join rules must be in auth events for knock events (#2063)
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
cb83c5a76e
commit
eedecf863a
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that `m.join_rules` should be in the `auth_events` of an `m.room.member` event with a `membership` of `knock`.
|
||||||
|
|
@ -537,7 +537,7 @@ the following subset of the room state:
|
||||||
- If type is `m.room.member`:
|
- If type is `m.room.member`:
|
||||||
|
|
||||||
- The target's current `m.room.member` event, if any.
|
- 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.
|
`m.room.join_rules` event, if any.
|
||||||
- If membership is `invite` and `content` contains a
|
- If membership is `invite` and `content` contains a
|
||||||
`third_party_invite` property, the current
|
`third_party_invite` property, the current
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue