diff --git a/lib/Db/NotesRequestBuilder.php b/lib/Db/NotesRequestBuilder.php index 4f651211..45b43b8b 100644 --- a/lib/Db/NotesRequestBuilder.php +++ b/lib/Db/NotesRequestBuilder.php @@ -138,7 +138,7 @@ class NotesRequestBuilder extends CoreRequestBuilder { $pf = $this->defaultSelectAlias . '.'; $on = $expr->orX(); - $on->add($this->exprLimitToRecipient($qb, $actor->getFollowers(), true)); + $on->add($this->exprLimitToRecipient($qb, $actor->getFollowers(), false)); // list of possible recipient as a follower (to, to_array, cc, ...) $recipientFields = $expr->orX();