mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 19:18:46 -05:00
Add the shadow-banning status to the display user admin API. (#9400)
This commit is contained in:
parent
a25661b2eb
commit
c8d9383cfb
6 changed files with 16 additions and 6 deletions
|
|
@ -52,6 +52,7 @@ class RegistrationStoreTestCase(unittest.TestCase):
|
|||
"creation_ts": 1000,
|
||||
"user_type": None,
|
||||
"deactivated": 0,
|
||||
"shadow_banned": 0,
|
||||
},
|
||||
(yield defer.ensureDeferred(self.store.get_user_by_id(self.user_id))),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue