mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add nostr publishing
This commit is contained in:
@@ -90,7 +90,7 @@ class ArticleOverview extends Component
|
|||||||
);
|
);
|
||||||
|
|
||||||
//noscl publish "Good morning!"
|
//noscl publish "Good morning!"
|
||||||
$result = Process::run('noscl publish "'.$text.'"');
|
$result = Process::timeout(60 * 5)->run('noscl publish "'.$text.'"');
|
||||||
|
|
||||||
if ($result->successful()) {
|
if ($result->successful()) {
|
||||||
$libraryItem->nostr = $result->output();
|
$libraryItem->nostr = $result->output();
|
||||||
|
|||||||
Reference in New Issue
Block a user