]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Receiver.php
Merge pull request #5906 from annando/ap-switch
[friendica.git] / src / Protocol / ActivityPub / Receiver.php
index cde197b0c41e421044e3ac238bf8dd927c24de8b..5e6269472a7c54b46fbeb3b7f268e0182e2ba01f 100644 (file)
@@ -452,7 +452,7 @@ class Receiver
         * @param integer $uid User ID
         * @param string $url Profile URL
         */
-       private static function switchContact($cid, $uid, $url)
+       public static function switchContact($cid, $uid, $url)
        {
                $profile = ActivityPub::probeProfile($url);
                if (empty($profile)) {