Allow anyone to submit torrents for approval.
This commit is contained in:
parent
82980eab8d
commit
338881b7ec
1 changed files with 1 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue