mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 14:04:47 -04:00
Add fixme to raising of AuthError in federation land
This commit is contained in:
parent
65b2e49429
commit
6a1da99fab
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue