mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 01:19:31 -05:00
Fix where we pulled in event.state_events from hotfixes branch
This commit is contained in:
parent
2215faa361
commit
21cab3a7ec
@ -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
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user