summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-07-29 11:17:04 +0100
committerErik Johnston <erik@matrix.org>2016-07-29 11:17:04 +0100
commitc51a52f3002abf4597952e07759c6ab3016e3497 (patch)
treec82d747e36f8ef6f5e223499fae45f2727e80fa8 /synapse
parentUpdate docstring (diff)
downloadsynapse-c51a52f3002abf4597952e07759c6ab3016e3497.tar.xz
Mention that func will fetch auth events
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/federation.py2
1 files changed, 2 insertions, 0 deletions
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)