diff --git a/php/utils/servers-rooms.php b/php/utils/servers-rooms.php index dfa90d2..493c670 100644 --- a/php/utils/servers-rooms.php +++ b/php/utils/servers-rooms.php @@ -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]; }