nostr events added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-24 10:40:03 +01:00
parent a3632b3799
commit 5fbef7d4aa

View File

@@ -35,7 +35,7 @@ class ArticleOverview extends Component
$result = $this->publishOnNostr($libraryItem, $text);
if ($result['success']) {
$this->notification()
->success(title: __('Published on Nostr'), description: $result->output());
->success(title: __('Published on Nostr'), description: $result['output']);
} else {
$this->notification()
->error(title: __('Failed'),