mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-27 20:21:05 -04:00
Fix cache invalidation calls
This commit is contained in:
parent
713d70d6c6
commit
79d991eff0
2 changed files with 2 additions and 2 deletions
|
@ -768,7 +768,7 @@ class PushRuleStore(PushRulesWorkerStore):
|
|||
|
||||
self.db.simple_insert_txn(txn, "push_rules_stream", values=values)
|
||||
|
||||
txn.call_after(self.get_push_rules_for_user.invalidate, (user_id,))
|
||||
txn.call_after(self._get_push_rules_for_user.invalidate, (user_id,))
|
||||
txn.call_after(self.get_push_rules_enabled_for_user.invalidate, (user_id,))
|
||||
txn.call_after(
|
||||
self.push_rules_stream_cache.entity_has_changed, user_id, stream_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue