mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-29 13:54:10 +02:00
send_join: clarify auth_chain description
The auth_chain field should contain all of the auth events required to auth the state events, as well as those required to auth the join event itself. (cf https://github.com/matrix-org/synapse/blob/e148438/synapse/handlers/federation.py#L1076-L1077).
This commit is contained in:
parent
6d0eb2e9d1
commit
1fb7647021
|
|
@ -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 the 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