Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-07 23:02:18 +01:00
parent d4742b355f
commit 62a84080df

View file

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