mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-06-08 22:22:39 -04:00
Fix cache name
This commit is contained in:
parent
79d991eff0
commit
cf42d0a60c
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class PushRulesWorkerStore(
|
||||||
)
|
)
|
||||||
|
|
||||||
@cachedList(
|
@cachedList(
|
||||||
cached_method_name="get_push_rules_for_user",
|
cached_method_name="_get_push_rules_for_user",
|
||||||
list_name="user_ids",
|
list_name="user_ids",
|
||||||
num_args=1,
|
num_args=1,
|
||||||
inlineCallbacks=True,
|
inlineCallbacks=True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue