aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-07 20:16:14 -0700
committerredmatrix <git@macgirvin.com>2016-08-07 20:16:14 -0700
commit3338f3c5b2be8c70725d0bc930f716e25ffe50ad (patch)
treefd56cc2cb8f107984c8911f76dc88b901f4fae78 /include
parentde455e4cd0fbe69742a420fbaed1003b677a03ef (diff)
downloadvolse-hubzilla-3338f3c5b2be8c70725d0bc930f716e25ffe50ad.tar.gz
volse-hubzilla-3338f3c5b2be8c70725d0bc930f716e25ffe50ad.tar.bz2
volse-hubzilla-3338f3c5b2be8c70725d0bc930f716e25ffe50ad.zip
diaspora vcard updates
Diffstat (limited to 'include')
-rw-r--r--include/channel.php1
1 files changed, 1 insertions, 0 deletions
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'],