mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 17:31:08 -05:00
Add fixme to raising of AuthError in federation land
This commit is contained in:
parent
65b2e49429
commit
6a1da99fab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user