Update mastodonapi.php
This commit is contained in:
parent
60cee94861
commit
fada60ed46
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// MastodonAPI extension, https://codeberg.org/simonpipe/yellow-mastodonapi
|
||||
|
||||
class YellowMastodonapi {
|
||||
const VERSION = "0.3.2";
|
||||
const VERSION = "0.3.3";
|
||||
public $yellow;
|
||||
|
||||
public function onLoad($yellow) {
|
||||
|
|
@ -40,7 +40,7 @@ class YellowMastodonapi {
|
|||
}
|
||||
|
||||
echo "Erfolg: $count neue Posts verarbeitet.\n";
|
||||
return 0;
|
||||
return true;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue