forked from GNUsocial/gnu-social
correct name check in ActivityObject::fromProfile()
This commit is contained in:
@@ -366,7 +366,7 @@ class ActivityObject
|
||||
|
||||
$object->type = ActivityObject::PERSON;
|
||||
$object->id = $profile->getUri();
|
||||
$object->title = $this->getBestName();
|
||||
$object->title = $profile->getBestName();
|
||||
$object->link = $profile->profileurl;
|
||||
|
||||
return $object;
|
||||
|
Reference in New Issue
Block a user