summary refs log tree commit diff
path: root/synapse/storage/events.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-01-27 15:40:41 +0000
committerRichard van der Hoff <richard@matrix.org>2018-02-05 16:23:25 +0000
commit447aed42d22d3ece245c69f397d348b3a5b7bfa8 (patch)
tree474800822aacbadf599c90e88d042ebd33d04be5 /synapse/storage/events.py
parentRemove redundant return value from _calculate_state_delta (diff)
downloadsynapse-447aed42d22d3ece245c69f397d348b3a5b7bfa8.tar.xz
Add event_map param to resolve_state_groups
Diffstat (limited to 'synapse/storage/events.py')
-rw-r--r--synapse/storage/events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py
index 2fead9eb0f..7b912ad413 100644
--- a/synapse/storage/events.py
+++ b/synapse/storage/events.py
@@ -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)