mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 22:25:18 -04:00
Properly invalidate get_thread_id cache. (#14163)
This was missed in 2b6d41ebd6
(#13824).
This commit is contained in:
parent
2019b60f3b
commit
9ff4155f6c
2 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,7 @@ class CacheInvalidationWorkerStore(SQLBaseStore):
|
|||
# redacted.
|
||||
self._attempt_to_invalidate_cache("get_relations_for_event", (redacts,))
|
||||
self._attempt_to_invalidate_cache("get_applicable_edit", (redacts,))
|
||||
self._attempt_to_invalidate_cache("get_thread_id", (redacts,))
|
||||
|
||||
if etype == EventTypes.Member:
|
||||
self._membership_stream_cache.entity_has_changed(state_key, stream_ordering)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue