Update mastodonapi.php

This commit is contained in:
simonpipe 2026-01-01 15:38:21 +01:00
parent 50b8a42e1e
commit 2508804b5e

View file

@ -3,7 +3,7 @@
// MastodonAPI extension, https://codeberg.org/simonpipe/yellow-mastodonapi // MastodonAPI extension, https://codeberg.org/simonpipe/yellow-mastodonapi
class YellowMastodonAPI { class YellowMastodonAPI {
const VERSION = "0.1"; const VERSION = "0.2";
public $yellow; public $yellow;
public function onLoad($yellow) { public function onLoad($yellow) {