From 91aba39fe721986870b5d54111febefa114f1c17 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 16 Jan 2015 15:17:09 +0000 Subject: [PATCH] Reword note about auth chains --- drafts/erikj_federation.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drafts/erikj_federation.rst b/drafts/erikj_federation.rst index 6552d053..05bcec04 100644 --- a/drafts/erikj_federation.rst +++ b/drafts/erikj_federation.rst @@ -119,11 +119,12 @@ Auth chain The *auth chain* for an event is the recursive list of auth events and the auth chain for those auth events. -The auth chain for event gives all the information a server needs to accept an -event. However, being given an auth chain for an event that appears valid does -not mean that the event might later be rejected. For example if we discover -that the sender had been banned between the join event listed in the auth -events and the event being authed. +.. Note:: The auth chain for an event gives all the information a server needs + to accept an event. However, being given an auth chain for an event + that appears valid does not mean that the event might not later be + rejected. For example if we discover that the sender had been banned + between the join event listed in the auth events and the event being + authed. **TODO**: Clean the above explanations up a bit.