mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 20:55:00 -04: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
|
@ -340,7 +340,7 @@ class DataStore(
|
|||
count = txn.fetchone()[0]
|
||||
|
||||
sql = (
|
||||
"SELECT name, user_type, is_guest, admin, deactivated, displayname, avatar_url "
|
||||
"SELECT name, user_type, is_guest, admin, deactivated, shadow_banned, displayname, avatar_url "
|
||||
+ sql_base
|
||||
+ " ORDER BY u.name LIMIT ? OFFSET ?"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue