From 8c49f0032bb529a6a12d83cf30f95f285fb640a2 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 30 May 2022 14:06:24 +0100 Subject: [PATCH] consistently use auth events --- content/rooms/fragments/v2-state-res.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rooms/fragments/v2-state-res.md b/content/rooms/fragments/v2-state-res.md index ab8b579a..59ba7008 100644 --- a/content/rooms/fragments/v2-state-res.md +++ b/content/rooms/fragments/v2-state-res.md @@ -44,7 +44,7 @@ whereas the conflicted state set may associate multiple events to the same key. **Auth chain.** 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 the graph induced by an event's `auth_events` links.