asdasd
Some checks failed
Deploy / deploy (push) Failing after 14m5s

This commit is contained in:
2026-08-20 20:05:20 +02:00
parent ca8544b31b
commit a303d9ff70
4 changed files with 5 additions and 0 deletions

View File

@@ -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,
};
}