From 2a840460dddb06c99b616b5adc666ee0f39588de Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 21 Jun 2016 19:25:14 -0700 Subject: vcard spec changes --- include/channel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/channel.php') diff --git a/include/channel.php b/include/channel.php index fdb6788be..562aedddc 100644 --- a/include/channel.php +++ b/include/channel.php @@ -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'], -- cgit v1.2.3