mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
nostr events added
This commit is contained in:
@@ -35,7 +35,7 @@ class ArticleOverview extends Component
|
|||||||
$result = $this->publishOnNostr($libraryItem, $text);
|
$result = $this->publishOnNostr($libraryItem, $text);
|
||||||
if ($result['success']) {
|
if ($result['success']) {
|
||||||
$this->notification()
|
$this->notification()
|
||||||
->success(title: __('Published on Nostr'), description: $result->output());
|
->success(title: __('Published on Nostr'), description: $result['output']);
|
||||||
} else {
|
} else {
|
||||||
$this->notification()
|
$this->notification()
|
||||||
->error(title: __('Failed'),
|
->error(title: __('Failed'),
|
||||||
|
|||||||
Reference in New Issue
Block a user