You've already forked peertube-plugin-hide-root-user
Adjust totalModerators and totalAdmins too
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "peertube-plugin-hide-root-user",
|
||||
"description": "Prevents the \"root\" user from showing up in your PeerTube server's public-facing stats. Useful only when the root account isn't actually being used on your instance.",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"author": {
|
||||
"name": "Dave Jansen",
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"bugs": "https://git.davejansen.com/davejansen/peertube-plugin-hide-root-user/issues",
|
||||
"engine": {
|
||||
"peertube": ">=6.0.0"
|
||||
"peertube": ">=7.0.0"
|
||||
},
|
||||
"homepage": "https://git.davejansen.com/davejansen/peertube-plugin-hide-root-user",
|
||||
"keywords": [
|
||||
@@ -18,7 +18,6 @@
|
||||
"plugin"
|
||||
],
|
||||
"library": "./main.js",
|
||||
|
||||
"css": [],
|
||||
"clientScripts": [],
|
||||
"staticDirs": {},
|
||||
|
||||
Reference in New Issue
Block a user