kopia lustrzana https://github.com/nextcloud/social
rodzic
c005273e1f
commit
58d4e075dd
|
@ -105,11 +105,11 @@ class SocialPubController extends Controller {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$actor = $this->personService->getFromLocalAccount($username);
|
$actor = $this->personService->getFromLocalAccount($username);
|
||||||
|
$actor->setCompleteDetails(true);
|
||||||
|
|
||||||
if ($this->userId !== null) {
|
if ($this->userId !== null) {
|
||||||
$local = $this->actorService->getActorFromUserId($this->userId, true);
|
$local = $this->actorService->getActorFromUserId($this->userId, true);
|
||||||
$this->actorService->acquaintLinksBetweenPersons($actor, $local);
|
$this->actorService->acquaintLinksBetweenPersons($actor, $local);
|
||||||
$actor->setCompleteDetails(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
|
|
Ładowanie…
Reference in New Issue