vcard spec changes

This commit is contained in:
redmatrix
2016-06-21 19:25:14 -07:00
parent 12f114c4be
commit 2a840460dd
4 changed files with 31 additions and 24 deletions

View File

@@ -1033,6 +1033,7 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
$diaspora = array(
'podloc' => z_root(),
'guid' => $profile['channel_guid'] . str_replace('.','',App::get_hostname()),
'searchable' => (($block) ? 'false' : 'true'),
'nickname' => $profile['channel_address'],
'fullname' => $profile['channel_name'],