summary refs log tree commit diff
path: root/synapse/storage/registration.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-03 16:22:35 +0000
committerErik Johnston <erik@matrix.org>2016-02-03 16:22:35 +0000
commitb84d59c5f01914fe53d2673c5c7e372f5c61d088 (patch)
tree05ef68e94da6569320bcf4800f24fbc1ba419aca /synapse/storage/registration.py
parentPreserve log context over when deferring to thread pool in media repo (diff)
downloadsynapse-b84d59c5f01914fe53d2673c5c7e372f5c61d088.tar.xz
Add descriptions
Diffstat (limited to 'synapse/storage/registration.py')
-rw-r--r--synapse/storage/registration.py1
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):