mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 11:24:10 -04:00
Merge pull request #5902 from matrix-org/hs/exempt-support-users-from-consent
Exempt support users from consent
This commit is contained in:
commit
c8fa620d7a
5 changed files with 9 additions and 2 deletions
|
@ -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)),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue