]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ActivityPub/Followers.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / ActivityPub / Followers.php
index 1b9bdbb0f2bb6e5f0cefc356256a50a4580b4956..8bcb2a8996b2153cd5f8fd68f2ceb44bdcc8ee34 100644 (file)
@@ -49,6 +49,6 @@ class Followers extends BaseModule
 
                $followers = ActivityPub\Transmitter::getContacts($owner, [Contact::FOLLOWER, Contact::FRIEND], 'followers', $page, (string)HTTPSignature::getSigner('', $_SERVER));
 
-               System::jsonExit($followers, 'application/activity+json');
+               $this->jsonExit($followers, 'application/activity+json');
        }
 }