Skip to content
Snippets Groups Projects
Commit 0421eb84 authored by Erik Johnston's avatar Erik Johnston
Browse files

Merge pull request #73 from matrix-org/hotfixes-v0.7.0f

Hotfixes v0.7.0f
parents 2b8903ce 6dd5c958
No related branches found
No related tags found
No related merge requests found
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
""" This is a reference implementation of a Matrix home server. """ This is a reference implementation of a Matrix home server.
""" """
__version__ = "0.7.0e" __version__ = "0.7.0f"
...@@ -879,7 +879,7 @@ class FederationHandler(BaseHandler): ...@@ -879,7 +879,7 @@ class FederationHandler(BaseHandler):
}) })
new_state, prev_state = self.state_handler.resolve_events( new_state, prev_state = self.state_handler.resolve_events(
[local_view, remote_view], [local_view.values(), remote_view.values()],
event event
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment