Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/143/head
Maxence Lange 2018-12-06 18:22:33 -01:00
rodzic 648d132abe
commit 3cd29fe20c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -264,6 +264,7 @@ class NotesRequest extends NotesRequestBuilder {
$this->limitToLocal($qb, true);
}
$this->leftJoinCacheActors($qb, 'attributed_to');
// TODO: to: = real public, cc: = unlisted !?
$this->limitToRecipient($qb, ActivityService::TO_PUBLIC);
$notes = [];