kopia lustrzana https://github.com/nextcloud/social
Merge pull request #197 from nextcloud/cleaning-followers-request
do not search for followers Id within the attributed_to fieldpull/242/head
commit
7a87a3c7ae
|
|
@ -138,7 +138,7 @@ class NotesRequestBuilder extends CoreRequestBuilder {
|
||||||
$pf = $this->defaultSelectAlias . '.';
|
$pf = $this->defaultSelectAlias . '.';
|
||||||
|
|
||||||
$on = $expr->orX();
|
$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, ...)
|
// list of possible recipient as a follower (to, to_array, cc, ...)
|
||||||
$recipientFields = $expr->orX();
|
$recipientFields = $expr->orX();
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue