more places to use chanlink_hash() instead of chanlink_url() for profile_link
This commit is contained in:
@@ -70,7 +70,7 @@ class Viewconnections extends \Zotlabs\Web\Controller {
|
||||
|
||||
foreach($r as $rr) {
|
||||
|
||||
$url = chanlink_url($rr['xchan_url']);
|
||||
$url = chanlink_hash($rr['xchan_hash']);
|
||||
if($url) {
|
||||
$contacts[] = array(
|
||||
'id' => $rr['abook_id'],
|
||||
|
Reference in New Issue
Block a user