nevermind, regression

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/142/head
Maxence Lange 2018-12-05 10:54:19 -01:00
rodzic ec0e6253a7
commit dd2d591b68
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -97,7 +97,6 @@ class ActorsRequest extends ActorsRequestBuilder {
public function getFromUsername(string $username): Person {
$qb = $this->getActorsSelectSql();
$this->limitToPreferredUsername($qb, $username);
$this->limitToLocal($qb, true);
$cursor = $qb->execute();
$data = $cursor->fetch();