diff options
author | Erik Johnston <erik@matrix.org> | 2016-02-03 16:22:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-02-03 16:22:35 +0000 |
commit | b84d59c5f01914fe53d2673c5c7e372f5c61d088 (patch) | |
tree | 05ef68e94da6569320bcf4800f24fbc1ba419aca /synapse/storage/registration.py | |
parent | Preserve log context over when deferring to thread pool in media repo (diff) | |
download | synapse-b84d59c5f01914fe53d2673c5c7e372f5c61d088.tar.xz |
Add descriptions
Diffstat (limited to 'synapse/storage/registration.py')
-rw-r--r-- | synapse/storage/registration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py index 70cde0d04d..bd35e19be6 100644 --- a/synapse/storage/registration.py +++ b/synapse/storage/registration.py @@ -134,6 +134,7 @@ class RegistrationStore(SQLBaseStore): }, retcols=["name", "password_hash", "is_guest"], allow_none=True, + desc="get_user_by_id", ) def get_users_by_id_case_insensitive(self, user_id): |