diaspora vcard updates

This commit is contained in:
redmatrix
2016-08-07 20:16:14 -07:00
parent de455e4cd0
commit 3338f3c5b2
2 changed files with 12 additions and 5 deletions

View File

@@ -1069,6 +1069,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()),
'pubkey' => pemtorsa($profile['channel_pubkey']),
'searchable' => (($block) ? 'false' : 'true'),
'nickname' => $profile['channel_address'],
'fullname' => $profile['channel_name'],