Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-07 22:50:46 +01:00
parent f7b2fa7378
commit 23540a1f76

View file

@ -221,6 +221,6 @@ class YellowMastodonapi {
// Return status file path // Return status file path
private function getStatusFile() { private function getStatusFile() {
return $this->yellow->system->get("coreWorkerDirectory") . "mastodonapi.txt"; return $this->yellow->system->get("coreExtensionsDirectory") . "mastodonapi.ini";
} }
} }