get actor from userId

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/955/head
Maxence Lange 2020-07-30 19:12:06 -01:00
rodzic fd5790bd5c
commit f4d09d9f6d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -130,7 +130,7 @@ class Timeline extends ExtendedBase {
throw new Exception('Unknown user');
}
$actor = $this->accountService->getActor($userId);
$actor = $this->accountService->getActorFromUserId($userId);
if (!$this->asJson) {
$this->outputActor($actor);