1
0

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

This commit is contained in:
Andrew Morgan
2020-02-24 17:19:09 +00:00
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)),
)