Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent

Exempt support users from consent
This commit is contained in:
Will Hunt 2019-08-28 16:31:40 +01:00 committed by GitHub
commit c8fa620d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 2 deletions

View file

@ -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",