Fix cache name

This commit is contained in:
Brendan Abolivier 2020-07-31 15:06:41 +01:00
parent 79d991eff0
commit cf42d0a60c
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

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,