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

@ -49,6 +49,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
"consent_server_notice_sent": None,
"appservice_id": None,
"creation_ts": 1000,
"user_type": None,
},
(yield self.store.get_user_by_id(self.user_id)),
)