From 23540a1f764ca99c95b9720e5a6d8301b7bd81cb Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 22:50:46 +0100 Subject: [PATCH] Update mastodonapi.php --- mastodonapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodonapi.php b/mastodonapi.php index 5530496..d87cafd 100644 --- a/mastodonapi.php +++ b/mastodonapi.php @@ -221,6 +221,6 @@ class YellowMastodonapi { // Return status file path private function getStatusFile() { - return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.txt"; + return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.ini"; } } \ No newline at end of file