mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 17:24:10 +01:00
Merge pull request #1099 from matrix-org/rav/send_join_auth_chain
send_join: clarify auth_chain description
This commit is contained in:
commit
3bb316aff5
|
|
@ -941,11 +941,11 @@ following keys:
|
||||||
============== ===== ============
|
============== ===== ============
|
||||||
Key Type Description
|
Key Type Description
|
||||||
============== ===== ============
|
============== ===== ============
|
||||||
``auth_chain`` List A list of events giving the authorization chain for this
|
``auth_chain`` List A list of events giving all of the events in the auth
|
||||||
join event
|
chains for the join event and the events in ``state``.
|
||||||
``state`` List A complete list of the prevailing state events at the
|
``state`` List A complete list of the prevailing state events at the
|
||||||
instant just before accepting the new ``m.room.member``
|
instant just before accepting the new ``m.room.member``
|
||||||
event
|
event.
|
||||||
============== ===== ============
|
============== ===== ============
|
||||||
|
|
||||||
.. TODO-spec
|
.. TODO-spec
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue