From 6c6232534ef5d57ec2085e9226587b8ae8dfabc9 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 8 Jan 2026 08:53:34 +0100 Subject: [PATCH] Update mastodonapi.php --- mastodonapi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodonapi.php b/mastodonapi.php index 35515cf..e2f55d4 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -2,7 +2,7 @@ // Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi class YellowMastodonapi { - const VERSION = "0.9.3"; + const VERSION = "0.9.4"; public $yellow; // access to API // Initialize extension @@ -221,6 +221,6 @@ class YellowMastodonapi { // Return status file path private function getStatusFile() { - return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.log"; + return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.status"; } } \ No newline at end of file