Skip to content
Snippets Groups Projects
Commit 63772443 authored by Erik Johnston's avatar Erik Johnston
Browse files

Comment

parent a3f65760
Branches
Tags
No related merge requests found
...@@ -137,6 +137,7 @@ class PusherStore(SQLBaseStore): ...@@ -137,6 +137,7 @@ class PusherStore(SQLBaseStore):
@cachedInlineCallbacks(num_args=1, max_entries=15000) @cachedInlineCallbacks(num_args=1, max_entries=15000)
def get_if_user_has_pusher(self, user_id): def get_if_user_has_pusher(self, user_id):
# This only exists for the cachedList decorator
raise NotImplementedError() raise NotImplementedError()
@cachedList(cached_method_name="get_if_user_has_pusher", @cachedList(cached_method_name="get_if_user_has_pusher",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment