From: Michael Vogel Date: Mon, 23 Nov 2015 18:16:27 +0000 (+0100) Subject: API: Show the remote profile so that AndStatus uses the correct webfinger address X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64b3881e73ec14a2cf34c52c2e18c9672e2b6289;p=friendica.git API: Show the remote profile so that AndStatus uses the correct webfinger address --- diff --git a/include/api.php b/include/api.php index caa43649ef..531b66814f 100644 --- a/include/api.php +++ b/include/api.php @@ -539,7 +539,8 @@ 'verified' => true, 'statusnet_blocking' => false, 'notifications' => false, - 'statusnet_profile_url' => $a->get_baseurl()."/contacts/".$uinfo[0]['cid'], + //'statusnet_profile_url' => $a->get_baseurl()."/contacts/".$uinfo[0]['cid'], + 'statusnet_profile_url' => $uinfo[0]['url'], 'uid' => intval($uinfo[0]['uid']), 'cid' => intval($uinfo[0]['cid']), 'self' => $uinfo[0]['self'],