Skip to content
Snippets Groups Projects
Commit 4b256b92 authored by Erik Johnston's avatar Erik Johnston
Browse files

_persist_auth_tree no longer returns anything

parent 143f1a25
No related branches found
No related tags found
No related merge requests found
...@@ -400,7 +400,7 @@ class FederationHandler(BaseHandler): ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment