Some changes to stay compatible to Diaspora

This commit is contained in:
Michael Vogel 2015-09-19 14:00:33 +02:00
parent 976a2be1f7
commit 25fc2c9799
3 changed files with 24 additions and 21 deletions

View 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'],