Skip to content
Snippets Groups Projects
Commit 21cab3a7 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix where we pulled in event.state_events from hotfixes branch

parent 2215faa3
Branches
Tags
No related merge requests found
...@@ -529,7 +529,7 @@ class FederationHandler(BaseHandler): ...@@ -529,7 +529,7 @@ class FederationHandler(BaseHandler):
yield self.replication_layer.send_pdu(new_pdu, destinations) 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( auth_chain = yield self.store.get_auth_chain(set(
[event.event_id] + state_ids [event.event_id] + state_ids
)) ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment