Skip to content

Commit

Permalink
feat: add intro field to meetup API response
Browse files Browse the repository at this point in the history
  • Loading branch information
fsociety committed Jun 19, 2024
1 parent f7624ea commit b9dc4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
'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,
]);
});
Expand Down

0 comments on commit b9dc4bb

Please sign in to comment.