mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-14 06:49:27 -05:00
Update docstring
This commit is contained in:
parent
1e2740caab
commit
3d13c3a295
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user