mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Comment
This commit is contained in:
parent
c10ac7806e
commit
0fbed2a8fa
@ -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 New Issue
Block a user