mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
assets self-hosted
This commit is contained in:
@@ -40,15 +40,17 @@ class LibraryItemObserver
|
|||||||
url()->route('article.view',
|
url()->route('article.view',
|
||||||
['libraryItem' => $libraryItem->slug]),
|
['libraryItem' => $libraryItem->slug]),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->postTweet($text);
|
||||||
} else {
|
} else {
|
||||||
$text = sprintf("Ein neuer News-Artikel wurde verfasst:\n\n%s\n\n%s\n\n#Bitcoin #News #Einundzwanzig #gesundesgeld",
|
$text = sprintf("Ein neuer News-Artikel wurde verfasst:\n\n%s\n\n%s\n\n#Bitcoin #News #Einundzwanzig #gesundesgeld",
|
||||||
$libraryItemName,
|
$libraryItemName,
|
||||||
url()->route('article.view',
|
url()->route('article.view',
|
||||||
['libraryItem' => $libraryItem->slug]),
|
['libraryItem' => $libraryItem->slug]),
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
$this->postTweet($text);
|
//$this->postTweet($text);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user