summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/storage/registration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py

index d6513fd8f3..80205d28c3 100644 --- a/synapse/storage/registration.py +++ b/synapse/storage/registration.py
@@ -82,7 +82,6 @@ class RegistrationWorkerStore(SQLBaseStore): is_trial = (now - info["creation_ts"] * 1000) < trial_duration_ms defer.returnValue(is_trial) - @cached() def get_user_by_access_token(self, token): """Get a user from the given access token.