]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Followers.php
Update doignore() in main.js to match new Item\Ignore return type
[friendica.git] / src / Module / Followers.php
index 5bd3fe0ce2ef238b165fa52999c491400ecf4bc8..c2096cd052b28b6d99dd88e83860ce58bce57bbc 100644 (file)
@@ -14,7 +14,7 @@ use Friendica\Protocol\ActivityPub;
  */
 class Followers extends BaseModule
 {
-       public static function rawContent()
+       public static function rawContent(array $parameters = [])
        {
                $a = self::getApp();