mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
feat: add intro field to meetup API response
This commit is contained in:
@@ -101,6 +101,7 @@ Route::middleware([])
|
||||
'simplex' => $meetup->simplex,
|
||||
'nostr' => $meetup->nostr,
|
||||
'next_event' => $meetup->nextEvent,
|
||||
'intro' => $request->has('withIntro') ? $meetup->intro : null,
|
||||
'logo' => $request->has('withLogos') ? $meetup->getFirstMediaUrl('logo') : null,
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user