Update rules on which events to add to `auth_events`

erikj/auth_events
Erik Johnston 6 years ago
parent 7327656965
commit 5d40af7ecf

@ -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…
Cancel
Save