mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add nostr publishing
This commit is contained in:
@@ -79,7 +79,7 @@ class ArticleOverview extends Component
|
|||||||
$libraryItem->setStatus('published');
|
$libraryItem->setStatus('published');
|
||||||
$libraryItemName = $libraryItem->name;
|
$libraryItemName = $libraryItem->name;
|
||||||
if (!$libraryItem->lecturer->nostr) {
|
if (!$libraryItem->lecturer->nostr) {
|
||||||
$libraryItemName .= ' von @'.$libraryItem->nostr->name;
|
$libraryItemName .= ' von @'.$libraryItem->lecturer->nostr;
|
||||||
} else {
|
} else {
|
||||||
$libraryItemName .= ' von '.$libraryItem->lecturer->name;
|
$libraryItemName .= ' von '.$libraryItem->lecturer->name;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user