mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-03 17:49:43 +00:00
Only auth_events with event if event in event.auth_events
This commit is contained in:
@@ -805,7 +805,9 @@ class FederationHandler(BaseHandler):
|
||||
yield self._handle_new_event(
|
||||
origin, ev, auth_events=auth
|
||||
)
|
||||
auth_events[(ev.type, ev.state_key)] = ev
|
||||
|
||||
if ev.event_id in event_auth_events:
|
||||
auth_events[(ev.type, ev.state_key)] = ev
|
||||
except AuthError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user