diff options
author | Evan Prodromou <evan@status.net> | 2010-02-22 07:43:12 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-22 07:43:12 -0500 |
commit | b79d4ed6a1e61c600fdd382f3bdfde62aaa15b3d (patch) | |
tree | 6cfc0aeea70764e30cee5ab8b11e5627d224513f | |
parent | fae5a15a885b0c108efc4c5e28094f15ffbe8694 (diff) |
add PoCo preferredUsername for nickname in Profile::asActivityNoun()
-rw-r--r-- | classes/Profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/Profile.php b/classes/Profile.php index faa6367b9..7fb2b87bc 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)) { |