From 5fbef7d4aa600da9c11110cdcf4616b8fd00cb37 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Fri, 24 Feb 2023 10:40:03 +0100 Subject: [PATCH] nostr events added --- app/Http/Livewire/News/ArticleOverview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/News/ArticleOverview.php b/app/Http/Livewire/News/ArticleOverview.php index d182459e..0726af0d 100644 --- a/app/Http/Livewire/News/ArticleOverview.php +++ b/app/Http/Livewire/News/ArticleOverview.php @@ -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'),