mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-26 17:27:40 +00:00
Don't append to unused list
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user