]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Inbox.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / Inbox.php
index 2cc273b139910c647a141b42bcf484fcdcd58fee..8ab169567e021087782b2655935b53f9f0f2de42 100644 (file)
@@ -19,7 +19,7 @@ use Friendica\Util\Network;
  */
 class Inbox extends BaseModule
 {
-       public static function rawContent()
+       public static function rawContent(array $parameters = [])
        {
                $a = self::getApp();