mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:54:48 -04:00
Comments
This commit is contained in:
parent
e0d2f6d5b0
commit
871605f4e2
2 changed files with 6 additions and 3 deletions
|
@ -227,6 +227,9 @@ class StateStore(SQLBaseStore):
|
|||
],
|
||||
)
|
||||
|
||||
# Prefill the state group cache with this group.
|
||||
# It's fine to use the sequence like this as the state group map
|
||||
# is immutable.
|
||||
txn.call_after(
|
||||
self._state_group_cache.update,
|
||||
self._state_group_cache.sequence,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue