kopia lustrzana https://github.com/nextcloud/social
Remove setCompleteDetails that is not required
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/244/head
rodzic
23087a0362
commit
e7e4ba2d60
|
@ -251,7 +251,6 @@ class LocalController extends Controller {
|
|||
$this->initViewer();
|
||||
|
||||
$account = $this->cacheActorService->getFromLocalAccount($username);
|
||||
$account->setCompleteDetails(true);
|
||||
$posts = $this->noteService->getStreamAccount($account->getId(), $since, $limit);
|
||||
|
||||
return $this->success($posts);
|
||||
|
|
Ładowanie…
Reference in New Issue