summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-05 10:54:19 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-05 10:54:19 -0100
commitdd2d591b68acf27e56025e1b3fcac040c4e1ce4f (patch)
tree2911c3a2a862254d49d8e7433818c0655c6b3f57 /lib
parentec0e6253a78d8fb1f286ee80a2a9166c3ce71a85 (diff)
nevermind, regression
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/ActorsRequest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Db/ActorsRequest.php b/lib/Db/ActorsRequest.php
index 30673b5a..00572296 100644
--- a/lib/Db/ActorsRequest.php
+++ b/lib/Db/ActorsRequest.php
@@ -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();