mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove email verification
This commit is contained in:
@@ -75,7 +75,8 @@ Route::middleware([])
|
||||
'icon:square' => $meetup->logoSquare,
|
||||
//'contact:email' => null,
|
||||
'contact:twitter' => 'https://twitter.com/'.$meetup->twitter_username,
|
||||
'contact:website' => $meetup->telegram_link ?? $meetup->webpage ?? $meetup->matrix_group,
|
||||
'contact:website' => $meetup->webpage,
|
||||
'contact:telegram' => $meetup->telegram_link,
|
||||
'contact:nostr' => $meetup->nostr,
|
||||
//'tips:lightning_address' => null,
|
||||
'organization' => 'einundzwanzig',
|
||||
|
||||
Reference in New Issue
Block a user