summary refs log tree commit diff
path: root/synapse/storage/registration.py
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2019-08-28 16:31:40 +0100
committerGitHub <noreply@github.com>2019-08-28 16:31:40 +0100
commitc8fa620d7adb2da0638b80c62c2b695f2732191d (patch)
tree892a3f4e9d762454a3e3c31dda71fde0d76476e9 /synapse/storage/registration.py
parentLet synctl use a config directory. (#5904) (diff)
parentRemoving entry for 5903 (diff)
downloadsynapse-c8fa620d7adb2da0638b80c62c2b695f2732191d.tar.xz
Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent
Exempt support users from consent
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 9027b917c1..3f50324253 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",