summary refs log tree commit diff
path: root/synapse/state/v2.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-10-24 09:44:22 +0100
committerErik Johnston <erik@matrix.org>2018-10-24 09:44:22 +0100
commit810715f79aafc586e70e9dcd3da4a2cc6823f704 (patch)
tree73357359f52508df508c0a2436114691a61df339 /synapse/state/v2.py
parentUpdate event_auth table for rejected events (diff)
downloadsynapse-810715f79aafc586e70e9dcd3da4a2cc6823f704.tar.xz
Rename resolve_events_with_factory
Diffstat (limited to 'synapse/state/v2.py')
-rw-r--r--synapse/state/v2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/state/v2.py b/synapse/state/v2.py
index d034b4f38e..5d06f7e928 100644
--- a/synapse/state/v2.py
+++ b/synapse/state/v2.py
@@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
 
 
 @defer.inlineCallbacks
-def resolve_events_with_factory(state_sets, event_map, state_res_store):
+def resolve_events_with_store(state_sets, event_map, state_res_store):
     """Resolves the state using the v2 state resolution algorithm
 
     Args: