Add event_map param to resolve_state_groups

This commit is contained in:
Richard van der Hoff 2018-01-27 15:40:41 +00:00
parent ee6fb4cf85
commit 447aed42d2
2 changed files with 31 additions and 4 deletions

View file

@ -586,6 +586,7 @@ class EventsStore(SQLBaseStore):
current_state = yield resolve_events_with_factory(
state_sets,
event_map={},
state_map_factory=get_events,
)
defer.returnValue(current_state)