getFirstMediaUrl

This commit is contained in:
Benjamin Takats
2023-01-16 17:51:27 +01:00
parent 80427c88ab
commit 3a729511e7

View File

@@ -21,7 +21,7 @@ class OrangePillObserver
if (config('feeds.services.twitterAccountId')) { if (config('feeds.services.twitterAccountId')) {
$this->setNewAccessToken(1); $this->setNewAccessToken(1);
$text = sprintf("In einem der weltweiten Bücherschränke wurde ein Bitcoin-Buch reingestellt:\n\n%s\n\n%s\n\n%s\n\n#Bitcoin #Education #Einundzwanzig #gesundesgeld", $text = sprintf("Ein neues Bitcoin-Buch liegt nun in diesem öffentlichen Bücherschrank:\n\n%s\n\n%s\n\n%s\n\n#Bitcoin #Education #Einundzwanzig #gesundesgeld",
$orangePill->bookCase->title, $orangePill->bookCase->title,
$orangePill->bookCase->address, $orangePill->bookCase->address,
url()->route('bookCases.comment.bookcase', ['country' => 'de', 'bookCase' => $orangePill->bookCase]), url()->route('bookCases.comment.bookcase', ['country' => 'de', 'bookCase' => $orangePill->bookCase]),