diff options
author | Half-Shot <will@half-shot.uk> | 2019-08-23 09:15:10 +0100 |
---|---|---|
committer | Half-Shot <will@half-shot.uk> | 2019-08-23 09:15:10 +0100 |
commit | ae38e0569fdb592875b45d4b37f200af5f6a86fc (patch) | |
tree | 561651c8f87817e10d5e77890d6cf0857adfcfaf /synapse/storage | |
parent | Return user_type in get_user_by_id (diff) | |
download | synapse-ae38e0569fdb592875b45d4b37f200af5f6a86fc.tar.xz |
Ignore consent for support users
Diffstat (limited to 'synapse/storage')
-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 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", |