mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix initial invite status with custom codes
This commit is contained in:
parent
578e62cac6
commit
4f07a4b812
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ class DownloadActions extends Actions
|
|||
$params = [
|
||||
'tester' => array_filter([
|
||||
'email' => $email,
|
||||
'status' => $inviteCode ? 'invited' : 'applied',
|
||||
'invitation_code' => $inviteCode,
|
||||
'referrer_id' => $referrerId
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue