Allow anyone to submit torrents for approval.

This commit is contained in:
flash 2023-10-06 22:50:32 +00:00
parent 82980eab8d
commit 338881b7ec

View file

@ -79,9 +79,7 @@ readonly class UserInfo {
} }
public function canCreateTorrents(): bool { public function canCreateTorrents(): bool {
return $this->isFlash() return true;
|| $this->id === '32'
|| $this->id === '145';
} }
public function canApproveTorrents(): bool { public function canApproveTorrents(): bool {