Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-08 08:53:34 +01:00
parent fe6e16c7d0
commit 6c6232534e

View file

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