Update rules on which events to add to auth_events
This commit is contained in:
parent
7327656965
commit
5d40af7ecf
1 changed files with 8 additions and 1 deletions
|
@ -299,8 +299,15 @@ following subset of the room state:
|
|||
|
||||
- The ``m.room.create`` event.
|
||||
- The current ``m.room.power_levels`` event, if any.
|
||||
- The current ``m.room.join_rules`` event, if any.
|
||||
- The sender's current ``m.room.member`` event, if any.
|
||||
- If type is ``m.room.member``:
|
||||
|
||||
- The target's current ``m.room.member`` event, if any.
|
||||
- If ``join`` or ``invite`` then the current ``m.room.join_rules`` event,
|
||||
if any.
|
||||
- If ``invite`` with ``third_party_invite`` in ``content``, then add
|
||||
``m.room.third_party_invite`` with state_key of ``token`` in ``signed``
|
||||
field of ``third_party_invite``, if any.
|
||||
|
||||
{{definition_ss_pdu}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue