Rename admin command CountUsers -> CountLocalUsers; Update comments
This commit is contained in:
parent
2281bcefc6
commit
39787b41cb
2 changed files with 7 additions and 7 deletions
|
@ -1532,7 +1532,7 @@ impl Rooms {
|
|||
db.admin.send(AdminCommand::ListAppservices);
|
||||
}
|
||||
"count_local_users" => {
|
||||
db.admin.send(AdminCommand::CountUsers);
|
||||
db.admin.send(AdminCommand::CountLocalUsers);
|
||||
}
|
||||
"get_auth_chain" => {
|
||||
if args.len() == 1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue