Fix where we pulled in event.state_events from hotfixes branch

pull/28/head
Erik Johnston 2014-12-16 19:16:15 +00:00
parent 2215faa361
commit 21cab3a7ec
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ class FederationHandler(BaseHandler):
yield self.replication_layer.send_pdu(new_pdu, destinations)
state_ids = [e.event_id for e in event.state_events.values()]
state_ids = [e.event_id for e in context.current_state.values()]
auth_chain = yield self.store.get_auth_chain(set(
[event.event_id] + state_ids
))