consistently use auth events

This commit is contained in:
David Robertson 2022-05-30 14:06:24 +01:00
parent 8ab06340f0
commit 8c49f0032b
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -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.