Update mastodonapi.php
This commit is contained in:
parent
f6189a2fde
commit
80bd916b85
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
// Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi
|
// Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi
|
||||||
class YellowMastodonapi extends YellowExtension {
|
class YellowMastodonapi extends {
|
||||||
const VERSION = "0.9";
|
const VERSION = "0.9";
|
||||||
|
public $yellow; // access to API
|
||||||
|
|
||||||
// Initialize extension
|
// Initialize extension
|
||||||
public function onLoad($yellow) {
|
public function onLoad($yellow) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue