pull/977/head
Erik Johnston 6 years ago
parent 5d40af7ecf
commit 1a45bc4a85

@ -303,11 +303,12 @@ 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 ``join`` or ``invite`` then the current ``m.room.join_rules`` event, - If membership is ``join`` or ``invite``, the current ``m.room.join_rules``
if any. event, if any.
- If ``invite`` with ``third_party_invite`` in ``content``, then add - If membership is ``invite`` and ``content`` contains a
``m.room.third_party_invite`` with state_key of ``token`` in ``signed`` ``third_party_invite`` property, the current
field of ``third_party_invite``, if any. ``m.room.third_party_invite`` with state_key matching
``content.third_party_invite.signed.token``, if any.
{{definition_ss_pdu}} {{definition_ss_pdu}}

Loading…
Cancel
Save