Add fixme to raising of AuthError in federation land

This commit is contained in:
Erik Johnston 2014-12-16 09:35:31 +00:00
parent 65b2e49429
commit 6a1da99fab

View file

@ -721,6 +721,7 @@ class FederationHandler(BaseHandler):
"Rejecting %s as %s not in db or %s",
event.event_id, e_id, known_ids,
)
# FIXME: How does raising AuthError work with federation?
raise AuthError(403, "Auth events are stale")
context.auth_events[(e.type, e.state_key)] = e