]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Remove tracking pixels when importing feeds
[friendica.git] / src / DI.php
index 39e892adcb26e12121bea51991d409af5d4397d4..cb6166692f8ed59e82065bf8f6eb1c58dd4bb154 100644 (file)
@@ -279,6 +279,14 @@ abstract class DI
                return self::$dice->create(Factory\Api\Mastodon\Relationship::class);
        }
 
+       /**
+        * @return Factory\Api\Mastodon\Status
+        */
+       public static function mstdnStatus()
+       {
+               return self::$dice->create(Factory\Api\Mastodon\Status::class);
+       }
+
        /**
         * @return Factory\Api\Twitter\User
         */