mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
nostr events schedule
This commit is contained in:
@@ -24,7 +24,7 @@ class LibraryItemObserver
|
||||
if ($libraryItem->whereDoesntHave('libraries',
|
||||
fn($query) => $query->where('libraries.is_public', false))
|
||||
->exists()) {
|
||||
$this->publishOnNostr($libraryItem, $this->getText('LibraryItem'));
|
||||
$this->publishOnNostr($libraryItem, $this->getText($libraryItem));
|
||||
}
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
|
||||
Reference in New Issue
Block a user