mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 13:14:46 +00:00
Take a copy before prefilling, as it may be a frozendict
This commit is contained in:
@@ -235,7 +235,7 @@ class StateStore(SQLBaseStore):
|
||||
self._state_group_cache.update,
|
||||
self._state_group_cache.sequence,
|
||||
key=context.state_group,
|
||||
value=context.current_state_ids,
|
||||
value=dict(context.current_state_ids),
|
||||
full=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user