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:
@@ -78,7 +78,7 @@ class ArticleOverview extends Component
|
||||
->find($id);
|
||||
$libraryItem->setStatus('published');
|
||||
$libraryItemName = $libraryItem->name;
|
||||
if (!$libraryItem->lecturer->nostr) {
|
||||
if ($libraryItem->lecturer->nostr) {
|
||||
$libraryItemName .= ' von @'.$libraryItem->lecturer->nostr;
|
||||
} else {
|
||||
$libraryItemName .= ' von '.$libraryItem->lecturer->name;
|
||||
|
||||
Reference in New Issue
Block a user