From: Evan Prodromou Date: Mon, 22 Feb 2010 12:43:12 +0000 (-0500) Subject: add PoCo preferredUsername for nickname in Profile::asActivityNoun() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b79d4ed6a1e61c600fdd382f3bdfde62aaa15b3d;p=quix0rs-gnu-social.git add PoCo preferredUsername for nickname in Profile::asActivityNoun() --- diff --git a/classes/Profile.php b/classes/Profile.php index faa6367b9c..7fb2b87bc3 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -822,6 +822,8 @@ class Profile extends Memcached_DataObject 'type' => 'text/html'), $this->profileurl); + $xs->element('poco:preferredUsername', null, $this->nickname); + // Portable Contacts stuff if (isset($this->bio)) {