diff --git a/src/Users/UserInfo.php b/src/Users/UserInfo.php index d9b89f3..37f7e24 100644 --- a/src/Users/UserInfo.php +++ b/src/Users/UserInfo.php @@ -79,9 +79,7 @@ readonly class UserInfo { } public function canCreateTorrents(): bool { - return $this->isFlash() - || $this->id === '32' - || $this->id === '145'; + return true; } public function canApproveTorrents(): bool {