This commit is contained in:
Benjamin Takats
2023-01-22 14:22:49 +01:00
parent 5a26160c77
commit e13d603284

View File

@@ -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", $text = sprintf("Eine neue Meetup Gruppe wurde hinzugefügt:\n\n%s\n\n%s\n\n#Bitcoin #Meetup #Einundzwanzig #gesundesgeld",
$meetupName, $meetupName,
url()->route('meetup.landing', ['country' => 'de', 'meetup' => $meetup]) url()->route('meetup.landing', ['country' => $meetup->city->country->code, 'meetup' => $meetup])
); );
$this->postTweet($text); $this->postTweet($text);