diff options
author | Erik Johnston <erik@matrix.org> | 2016-07-29 11:17:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-07-29 11:17:04 +0100 |
commit | c51a52f3002abf4597952e07759c6ab3016e3497 (patch) | |
tree | c82d747e36f8ef6f5e223499fae45f2727e80fa8 | |
parent | Update docstring (diff) | |
download | synapse-c51a52f3002abf4597952e07759c6ab3016e3497.tar.xz |
Mention that func will fetch auth events
-rw-r--r-- | synapse/handlers/federation.py | 2 |
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) |