mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:34:47 -04:00
Take a copy before prefilling, as it may be a frozendict
This commit is contained in:
parent
f451b64c8f
commit
608b5a6317
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class StateStore(SQLBaseStore):
|
||||||
self._state_group_cache.update,
|
self._state_group_cache.update,
|
||||||
self._state_group_cache.sequence,
|
self._state_group_cache.sequence,
|
||||||
key=context.state_group,
|
key=context.state_group,
|
||||||
value=context.current_state_ids,
|
value=dict(context.current_state_ids),
|
||||||
full=True,
|
full=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue