]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Following.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / ActivityPub / Following.php
index ae2709611798fc0ead0e1d7967de35fed4fb1082..1fc5eefd7b3c3066d5485cf156bab28c65488dcf 100644 (file)
@@ -47,6 +47,6 @@ class Following extends BaseModule
 
                $following = ActivityPub\Transmitter::getContacts($owner, [Contact::SHARING, Contact::FRIEND], 'following', $page);
 
-               System::jsonExit($following, 'application/activity+json');
+               $this->jsonExit($following, 'application/activity+json');
        }
 }