do not search for followers Id within the attributed_to field

pull/197/head
Maxence Lange 2018-12-10 11:40:00 -01:00
rodzic fd40dc73a6
commit f32836b91c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();