Update docstring

This commit is contained in:
Erik Johnston 2016-07-29 10:45:05 +01:00
parent 1e2740caab
commit 3d13c3a295

View file

@ -1160,6 +1160,12 @@ class FederationHandler(BaseHandler):
state and event. Then persists the auth chain and state atomically. state and event. Then persists the auth chain and state atomically.
Persists the event seperately. Persists the event seperately.
Args:
origin (str): Where the events came from
auth_events (list)
state (list)
event (Event)
Returns: Returns:
2-tuple of (event_stream_id, max_stream_id) from the persist_event 2-tuple of (event_stream_id, max_stream_id) from the persist_event
call for `event` call for `event`