forked from MirrorHub/synapse
Only auth_events with event if event in event.auth_events
This commit is contained in:
parent
7a1e881665
commit
b724a809c4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue