This commit is contained in:
Erik Johnston 2017-05-03 09:56:05 +01:00
parent e0d2f6d5b0
commit 871605f4e2
2 changed files with 6 additions and 3 deletions

View file

@ -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,