Hide poor staff coverage tag

pull/38/head
gravel 2 years ago
parent 02d375276d
commit 8f83ad33a8
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -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