mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
von
This commit is contained in:
@@ -23,7 +23,7 @@ class LibraryItemObserver
|
|||||||
|
|
||||||
$libraryItemName = $libraryItem->name;
|
$libraryItemName = $libraryItem->name;
|
||||||
if ($libraryItem->lecturer->twitter_username) {
|
if ($libraryItem->lecturer->twitter_username) {
|
||||||
$libraryItemName .= ' @'.$libraryItem->lecturer->twitter_username;
|
$libraryItemName .= ' von @'.$libraryItem->lecturer->twitter_username;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config('feeds.services.twitterAccountId')) {
|
if (config('feeds.services.twitterAccountId')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user