summary refs log tree commit diff
diff options
context:
space:
mode:
authorHalf-Shot <will@half-shot.uk>2019-08-23 09:15:10 +0100
committerHalf-Shot <will@half-shot.uk>2019-08-23 09:15:10 +0100
commitae38e0569fdb592875b45d4b37f200af5f6a86fc (patch)
tree561651c8f87817e10d5e77890d6cf0857adfcfaf
parentReturn user_type in get_user_by_id (diff)
downloadsynapse-ae38e0569fdb592875b45d4b37f200af5f6a86fc.tar.xz
Ignore consent for support users
-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 55e4e84d71..938fd00717 100644
--- a/synapse/storage/registration.py
+++ b/synapse/storage/registration.py
@@ -56,6 +56,7 @@ class RegistrationWorkerStore(SQLBaseStore):
                 "consent_server_notice_sent",
                 "appservice_id",
                 "creation_ts",
+                "user_type",
             ],
             allow_none=True,
             desc="get_user_by_id",