Update count users: It's now list_local_users and contains the number and the usernames
This commit is contained in:
parent
39787b41cb
commit
a69eb277d4
3 changed files with 28 additions and 12 deletions
|
@ -1531,8 +1531,8 @@ impl Rooms {
|
|||
"list_appservices" => {
|
||||
db.admin.send(AdminCommand::ListAppservices);
|
||||
}
|
||||
"count_local_users" => {
|
||||
db.admin.send(AdminCommand::CountLocalUsers);
|
||||
"list_local_users" => {
|
||||
db.admin.send(AdminCommand::ListLocalUsers);
|
||||
}
|
||||
"get_auth_chain" => {
|
||||
if args.len() == 1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue