forked from MirrorHub/synapse
Comment
This commit is contained in:
parent
c10ac7806e
commit
0fbed2a8fa
1 changed files with 2 additions and 1 deletions
|
@ -410,6 +410,8 @@ class StateStore(SQLBaseStore):
|
|||
for e in state_events
|
||||
}
|
||||
|
||||
# Now we want to update the cache with all the things we fetched
|
||||
# from the database.
|
||||
for group, state_ids in group_state_dict.items():
|
||||
if types:
|
||||
# We delibrately put key -> None mappings into the cache to
|
||||
|
@ -433,7 +435,6 @@ class StateStore(SQLBaseStore):
|
|||
for e in evs
|
||||
})
|
||||
|
||||
# Update the cache
|
||||
self._state_group_cache.update(
|
||||
cache_seq_num,
|
||||
key=group,
|
||||
|
|
Loading…
Reference in a new issue