nostr events schedule

This commit is contained in:
HolgerHatGarKeineNode
2023-02-24 13:51:17 +01:00
parent 5baafcf5b2
commit d6d6560409
7 changed files with 7 additions and 7 deletions

View File

@@ -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) {