mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
resolve_events expect lists, not dicts
This commit is contained in:
parent
2b8903ce2f
commit
b99a33f283
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ class FederationHandler(BaseHandler):
|
|||
})
|
||||
|
||||
new_state, prev_state = self.state_handler.resolve_events(
|
||||
[local_view, remote_view],
|
||||
[local_view.values(), remote_view.values()],
|
||||
event
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue