mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Nostr added
This commit is contained in:
@@ -40,6 +40,7 @@ class Meetup extends Resource
|
||||
'telegram_link',
|
||||
'twitter_username',
|
||||
'matrix_group',
|
||||
'nostr',
|
||||
];
|
||||
|
||||
public static $with = [
|
||||
@@ -115,6 +116,11 @@ class Meetup extends Resource
|
||||
->nullable()
|
||||
->hideFromIndex(),
|
||||
|
||||
Text::make(__('Nostr public key'), 'nostr')
|
||||
->rules('nullable')
|
||||
->nullable()
|
||||
->hideFromIndex(),
|
||||
|
||||
Text::make(__('Twitter Username'), 'twitter_username')
|
||||
->help(__('Without @'))
|
||||
->rules('nullable', 'string')
|
||||
|
||||
Reference in New Issue
Block a user