mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-16 16:34:09 +01:00
Reword note about auth chains
This commit is contained in:
parent
5f99858575
commit
91aba39fe7
|
|
@ -119,11 +119,12 @@ Auth chain
|
||||||
The *auth chain* for an event is the recursive list of auth events and the auth
|
The *auth chain* for an event is the recursive list of auth events and the auth
|
||||||
chain for those auth events.
|
chain for those auth events.
|
||||||
|
|
||||||
The auth chain for event gives all the information a server needs to accept an
|
.. Note:: The auth chain for an event gives all the information a server needs
|
||||||
event. However, being given an auth chain for an event that appears valid does
|
to accept an event. However, being given an auth chain for an event
|
||||||
not mean that the event might later be rejected. For example if we discover
|
that appears valid does not mean that the event might not later be
|
||||||
that the sender had been banned between the join event listed in the auth
|
rejected. For example if we discover that the sender had been banned
|
||||||
events and the event being authed.
|
between the join event listed in the auth events and the event being
|
||||||
|
authed.
|
||||||
|
|
||||||
**TODO**: Clean the above explanations up a bit.
|
**TODO**: Clean the above explanations up a bit.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue