Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/35/head
Maxence Lange 2018-11-19 09:35:18 -01:00
rodzic fd5ee21522
commit de9559ab87
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -223,8 +223,6 @@ class LocalController extends Controller {
$actor = $this->actorService->getActorFromUserId($this->userId);
$this->followService->followAccount($actor, $account);
// $accounts = $this->personService->searchCachedAccounts($account);
return $this->success([]);
} catch (Exception $e) {
return $this->fail($e->getMessage());