]> 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 50d4a0824aa6b2434d842a8392a660626617a6f5..1fc5eefd7b3c3066d5485cf156bab28c65488dcf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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');
        }
 }