Hide poor staff coverage tag

dev
gravel 1 year ago
parent f495578cfe
commit 307d9fa5eb
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -347,6 +347,7 @@
);
}
/*
if ($this->write && $this->has_poor_staff_rating()) {
$derived_tags[] =
new CommunityTag(
@ -355,6 +356,7 @@
"This Community has less than 1 staff per $USERS_PER_STAFF_WARNING active users. $WARNING"
);
}
*/
return [...$derived_tags, ...$user_tags];
}

Loading…
Cancel
Save