Rename resolve_events_with_factory

This commit is contained in:
Erik Johnston 2018-10-24 09:44:22 +01:00
parent 4a28d3d36f
commit 810715f79a
5 changed files with 13 additions and 13 deletions

View file

@ -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: