forked from GNUsocial/gnu-social
add PoCo preferredUsername for nickname in Profile::asActivityNoun()
This commit is contained in:
parent
fae5a15a88
commit
b79d4ed6a1
@ -822,6 +822,8 @@ class Profile extends Memcached_DataObject
|
|||||||
'type' => 'text/html'),
|
'type' => 'text/html'),
|
||||||
$this->profileurl);
|
$this->profileurl);
|
||||||
|
|
||||||
|
$xs->element('poco:preferredUsername', null, $this->nickname);
|
||||||
|
|
||||||
// Portable Contacts stuff
|
// Portable Contacts stuff
|
||||||
|
|
||||||
if (isset($this->bio)) {
|
if (isset($this->bio)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user