more places to use chanlink_hash() instead of chanlink_url() for profile_link

This commit is contained in:
Mario Vavti
2017-02-23 10:36:00 +01:00
parent c75852455b
commit 41c67fa345
3 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ class Directory extends \Zotlabs\Web\Controller {
foreach($j['results'] as $rr) {
$profile_link = chanlink_url($rr['url']);
$profile_link = chanlink_hash($rr['hash']);
$pdesc = (($rr['description']) ? $rr['description'] . '<br />' : '');
$connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : '');