kopia lustrzana https://github.com/nextcloud/social
do not search for followers Id within the attributed_to field
rodzic
fd40dc73a6
commit
f32836b91c
|
|
@ -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();
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue