From 3338f3c5b2be8c70725d0bc930f716e25ffe50ad Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 7 Aug 2016 20:16:14 -0700 Subject: diaspora vcard updates --- include/channel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/channel.php b/include/channel.php index ff2cf24d8..62c35e3ff 100644 --- a/include/channel.php +++ b/include/channel.php @@ -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'], -- cgit v1.2.3