]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Receiver.php
OStatus contacts are now automatically converted to AP
[friendica.git] / src / Protocol / ActivityPub / Receiver.php
index f54503708be603b7245112b0cc221c6f9c8dcc08..12edf3f06b667cb09e946f6ce578a19fb09609de 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)) {