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

Add fixme to raising of AuthError in federation land

parent 65b2e494
No related branches found
No related tags found
No related merge requests found
...@@ -721,6 +721,7 @@ class FederationHandler(BaseHandler): ...@@ -721,6 +721,7 @@ class FederationHandler(BaseHandler):
"Rejecting %s as %s not in db or %s", "Rejecting %s as %s not in db or %s",
event.event_id, e_id, known_ids, event.event_id, e_id, known_ids,
) )
# FIXME: How does raising AuthError work with federation?
raise AuthError(403, "Auth events are stale") raise AuthError(403, "Auth events are stale")
context.auth_events[(e.type, e.state_key)] = e context.auth_events[(e.type, e.state_key)] = 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