]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Outbox.php
There is now "rawContent" for technical endpoints
[friendica.git] / src / Module / Outbox.php
index 8ddc861836eebe7d24d55317d30ee12fb819cee6..f6bad56dd6c2b4f563d3e1ed2fac4f263decc7dc 100644 (file)
@@ -14,7 +14,7 @@ use Friendica\Model\User;
  */
 class Outbox extends BaseModule
 {
-       public static function init()
+       public static function rawContent()
        {
                $a = self::getApp();