mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
consistently use auth events
This commit is contained in:
parent
8ab06340f0
commit
8c49f0032b
|
|
@ -44,7 +44,7 @@ whereas the conflicted state set may associate multiple events to the same key.
|
||||||
|
|
||||||
**Auth chain.**
|
**Auth chain.**
|
||||||
The *auth chain* of an event *E* is the set containing all of *E*'s auth events,
|
The *auth chain* of an event *E* is the set containing all of *E*'s auth events,
|
||||||
all of *their* authorising events, and so on recursively, stretching back to the
|
all of *their* auth events, and so on recursively, stretching back to the
|
||||||
start of the room. Put differently, these are the events reachable by walking
|
start of the room. Put differently, these are the events reachable by walking
|
||||||
the graph induced by an event's `auth_events` links.
|
the graph induced by an event's `auth_events` links.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue