From c51a52f3002abf4597952e07759c6ab3016e3497 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Fri, 29 Jul 2016 11:17:04 +0100
Subject: [PATCH] Mention that func will fetch auth events

---
 synapse/handlers/federation.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index 9583629388..1323235b62 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -1160,6 +1160,8 @@ class FederationHandler(BaseHandler):
         state and event. Then persists the auth chain and state atomically.
         Persists the event seperately.
 
+        Will attempt to fetch missing auth events.
+
         Args:
             origin (str): Where the events came from
             auth_events (list)
-- 
GitLab