mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 21:53:48 -05:00
Implement trail users
This commit is contained in:
parent
242a0483eb
commit
cd77270a66
5 changed files with 44 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
|
|||
"consent_version": None,
|
||||
"consent_server_notice_sent": None,
|
||||
"appservice_id": None,
|
||||
"creation_ts": 1000,
|
||||
},
|
||||
(yield self.store.get_user_by_id(self.user_id)),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue