From 3d13c3a2952263c38111fcf95d625e316416b52b Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Fri, 29 Jul 2016 10:45:05 +0100
Subject: [PATCH] Update docstring

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

diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py
index cab7efb5db..9583629388 100644
--- a/synapse/handlers/federation.py
+++ b/synapse/handlers/federation.py
@@ -1160,6 +1160,12 @@ class FederationHandler(BaseHandler):
         state and event. Then persists the auth chain and state atomically.
         Persists the event seperately.
 
+        Args:
+            origin (str): Where the events came from
+            auth_events (list)
+            state (list)
+            event (Event)
+
         Returns:
             2-tuple of (event_stream_id, max_stream_id) from the persist_event
             call for `event`
-- 
GitLab