mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 03:58:06 +03: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…
Reference in a new issue