forked from MirrorHub/synapse
_persist_auth_tree no longer returns anything
This commit is contained in:
parent
143f1a2532
commit
4b256b9271
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ class FederationHandler(BaseHandler):
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
event_stream_id, max_stream_id = yield self._persist_auth_tree(
|
yield self._persist_auth_tree(
|
||||||
origin, auth_chain, state, event
|
origin, auth_chain, state, event
|
||||||
)
|
)
|
||||||
except AuthError as e:
|
except AuthError as e:
|
||||||
|
|
Loading…
Reference in a new issue