mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
pyflakes
This commit is contained in:
parent
8c652a2b5f
commit
e441c10a73
@ -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…
Reference in New Issue
Block a user