diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-04 10:53:42 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-04 10:53:42 +0000 |
commit | 63772443e6d03afeafffabee78c27b02f996faa3 (patch) | |
tree | 3f7b3738d4dc34068ebef601f27cebb331415be6 | |
parent | Remove unused but buggy function (diff) | |
download | synapse-63772443e6d03afeafffabee78c27b02f996faa3.tar.xz |
Comment
-rw-r--r-- | synapse/storage/pusher.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py index 5d1cb72a32..8cc9f0353b 100644 --- a/synapse/storage/pusher.py +++ b/synapse/storage/pusher.py @@ -137,6 +137,7 @@ class PusherStore(SQLBaseStore): @cachedInlineCallbacks(num_args=1, max_entries=15000) def get_if_user_has_pusher(self, user_id): + # This only exists for the cachedList decorator raise NotImplementedError() @cachedList(cached_method_name="get_if_user_has_pusher", |