mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add total moderators/admins in stats
This commit is contained in:
parent
bb7cb0d2fd
commit
0165786f65
8 changed files with 88 additions and 29 deletions
|
@ -369,6 +369,12 @@ const CONFIG = {
|
|||
},
|
||||
ABUSES: {
|
||||
ENABLED: config.get<boolean>('stats.abuses.enabled')
|
||||
},
|
||||
TOTAL_MODERATORS: {
|
||||
ENABLED: config.get<boolean>('stats.total_moderators.enabled')
|
||||
},
|
||||
TOTAL_ADMINS: {
|
||||
ENABLED: config.get<boolean>('stats.total_admins.enabled')
|
||||
}
|
||||
},
|
||||
ADMIN: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue