1
0

Fix cache name

This commit is contained in:
Brendan Abolivier
2020-07-31 15:06:41 +01:00
parent 79d991eff0
commit cf42d0a60c

View File

@@ -181,7 +181,7 @@ class PushRulesWorkerStore(
)
@cachedList(
cached_method_name="get_push_rules_for_user",
cached_method_name="_get_push_rules_for_user",
list_name="user_ids",
num_args=1,
inlineCallbacks=True,