mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix wrong variable name
This commit is contained in:
parent
49eb11530c
commit
b11a6e1c3c
@ -878,7 +878,7 @@ class FederationHandler(BaseHandler):
|
||||
(d.type, d.state_key) for d in different_events
|
||||
})
|
||||
|
||||
new_state, prev_state = self.state.resolve_events(
|
||||
new_state, prev_state = self.state_handler.resolve_events(
|
||||
[local_view, remote_view],
|
||||
event
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user