mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-06 14:48:56 +01:00
Mention that func will fetch auth events
This commit is contained in:
parent
3d13c3a295
commit
c51a52f300
1 changed files with 2 additions and 0 deletions
|
@ -1160,6 +1160,8 @@ 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.
|
||||||
|
|
||||||
|
Will attempt to fetch missing auth events.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
origin (str): Where the events came from
|
origin (str): Where the events came from
|
||||||
auth_events (list)
|
auth_events (list)
|
||||||
|
|
Loading…
Reference in a new issue