@@ -817,6 +817,8 @@ final class Community
|
||||
$rights[$rightKey] = match ($rightKey) {
|
||||
'can_highlight_helpful' => $minValue >= 500.0,
|
||||
'can_apply_for_forum_admin' => $minValue >= 750.0,
|
||||
'can_manage_categories' => $minValue >= 750.0,
|
||||
'can_review_listings' => $minValue >= 750.0,
|
||||
default => false,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user