From f7b2fa737823160cab134313738916417200a9c5 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 22:47:17 +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 aa56d15..5530496 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.status"; + return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.txt"; } } \ No newline at end of file