summary refs log tree commit diff
path: root/synapse/handlers/room.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r--synapse/handlers/room.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py

index b1784638f4..c018d24e2e 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py
@@ -1123,7 +1123,7 @@ class RoomCreationHandler: event_dict, prev_event_ids=prev_event, depth=depth, - state_map=state_map, + state_map=dict(state_map), for_batch=for_batch, )