mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-04 21:05:23 -05:00
Comment
This commit is contained in:
parent
a3f6576084
commit
63772443e6
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user