mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:54:48 -04:00
pyflakes
This commit is contained in:
parent
8c652a2b5f
commit
e441c10a73
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ class FederationHandler(BaseHandler):
|
||||||
(d.type, d.state_key) for d in different_events
|
(d.type, d.state_key) for d in different_events
|
||||||
})
|
})
|
||||||
|
|
||||||
new_state, _ = self.state.resolve_events(
|
new_state, prev_state = self.state.resolve_events(
|
||||||
[local_view, remote_view],
|
[local_view, remote_view],
|
||||||
event
|
event
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue