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