Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-07 22:47:17 +01:00
parent 8a94d55c34
commit f7b2fa7378

View file

@ -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";
}
}