use chanlink_hash() instead of chanlink_url() for $profile_link
This commit is contained in:
parent
27fa15e95d
commit
c75852455b
@ -136,7 +136,7 @@ class ThreadItem {
|
||||
$filer = ((($conv->get_profile_owner() == local_channel()) && (! array_key_exists('real_uid',$item))) ? t("Save to Folder") : false);
|
||||
|
||||
$profile_avatar = $item['author']['xchan_photo_m'];
|
||||
$profile_link = chanlink_url($item['author']['xchan_url']);
|
||||
$profile_link = chanlink_hash($item['author_xchan']);
|
||||
$profile_name = $item['author']['xchan_name'];
|
||||
|
||||
$location = format_location($item);
|
||||
|
Reference in New Issue
Block a user