This commit is contained in:
Erik Johnston 2015-06-25 09:22:42 +01:00
parent ecae5437bb
commit 4500529c73
1 changed files with 2 additions and 2 deletions

View File

@ -150,10 +150,10 @@ class FederationHandler(BaseHandler):
(e.type, e.state_key): e for e in auth_chain
if e.event_id in auth_ids
}
event_infos.append[{
event_infos.append({
"event": e,
"auth_events": auth,
}]
})
seen_ids.add(e.event_id)
yield self._handle_new_events(