]> git.mxchange.org Git - friendica.git/blobdiff - include/identity.php
Merge pull request #1915 from rabuzarus/hide_profilepics
[friendica.git] / include / identity.php
index 9f3e1dda06b83178a6a9a1c46396a672f1255fb9..0fba0c592f02d60f214d34838837e58befd96590 100644 (file)
@@ -285,6 +285,7 @@ if(! function_exists('profile_sidebar')) {
                $lastname = (($firstname === $profile['name']) ? '' : trim(substr($profile['name'],strlen($firstname))));
 
                $diaspora = array(
+                       'guid' => $profile['guid'],
                        'podloc' => $a->get_baseurl(),
                        'searchable' => (($profile['publish'] && $profile['net-publish']) ? 'true' : 'false' ),
                        'nickname' => $profile['nickname'],