mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Don't append to unused list
This commit is contained in:
parent
762ada1e07
commit
d3d0be4167
@ -395,10 +395,6 @@ class FederationHandler(BaseHandler):
|
||||
if event in events_to_state:
|
||||
continue
|
||||
|
||||
ev_infos.append({
|
||||
"event": event,
|
||||
})
|
||||
|
||||
yield self._handle_new_event(
|
||||
dest, event
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user