mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Add event_map param to resolve_state_groups
This commit is contained in:
parent
ee6fb4cf85
commit
447aed42d2
2 changed files with 31 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue