mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lang
This commit is contained in:
@@ -28,7 +28,7 @@ class MeetupObserver
|
||||
|
||||
$text = sprintf("Eine neue Meetup Gruppe wurde hinzugefügt:\n\n%s\n\n%s\n\n#Bitcoin #Meetup #Einundzwanzig #gesundesgeld",
|
||||
$meetupName,
|
||||
url()->route('meetup.landing', ['country' => 'de', 'meetup' => $meetup])
|
||||
url()->route('meetup.landing', ['country' => $meetup->city->country->code, 'meetup' => $meetup])
|
||||
);
|
||||
|
||||
$this->postTweet($text);
|
||||
|
||||
Reference in New Issue
Block a user