handle poco nicknames in Ostatus_profile
This commit is contained in:
@@ -832,7 +832,9 @@ class Ostatus_profile extends Memcached_DataObject
|
||||
|
||||
protected static function getActivityObjectNickname($object, $hints=array())
|
||||
{
|
||||
// XXX: check whatever PoCo calls a nickname first
|
||||
if (!empty($object->nickname)) {
|
||||
return common_nicknamize($object->nickname);
|
||||
}
|
||||
|
||||
// Try the definitive ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user