mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
paynym support added
This commit is contained in:
@@ -21,6 +21,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation
|
||||
'lightning_address' => ['nullable', 'string'],
|
||||
'lnurl' => ['nullable', 'string'],
|
||||
'nostr' => ['nullable', 'string'],
|
||||
'paynym' => ['nullable', 'string'],
|
||||
'node_id' => ['nullable', 'string', 'max:66'],
|
||||
'timezone' => ['required', 'string'],
|
||||
'email' => [
|
||||
@@ -44,6 +45,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation
|
||||
'lightning_address' => $input['lightning_address'],
|
||||
'lnurl' => $input['lnurl'],
|
||||
'nostr' => $input['nostr'],
|
||||
'paynym' => $input['paynym'],
|
||||
'node_id' => $input['node_id'],
|
||||
'email' => $input['email'],
|
||||
'timezone' => $input['timezone'],
|
||||
@@ -65,6 +67,7 @@ class UpdateUserProfileInformation implements UpdatesUserProfileInformation
|
||||
'lnurl' => $input['lnurl'],
|
||||
'node_id' => $input['node_id'],
|
||||
'nostr' => $input['nostr'],
|
||||
'paynym' => $input['paynym'],
|
||||
'email' => $input['email'],
|
||||
'timezone' => $input['timezone'],
|
||||
'email_verified_at' => null,
|
||||
|
||||
Reference in New Issue
Block a user