kopia lustrzana https://github.com/nextcloud/social
fixing local/federated timeline
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/586/head
rodzic
e85bb3495c
commit
177e0a0330
|
@ -427,11 +427,12 @@ class StreamRequest extends StreamRequestBuilder {
|
|||
$qb = $this->getStreamSelectSql();
|
||||
$this->limitPaginate($qb, $since, $limit);
|
||||
|
||||
if ($localOnly) {
|
||||
$this->limitToLocal($qb, true);
|
||||
}
|
||||
// if ($localOnly) {
|
||||
$this->limitToLocal($qb, $localOnly);
|
||||
// }
|
||||
|
||||
$this->limitToType($qb, Note::TYPE);
|
||||
|
||||
// $this->filterHiddenOnTimeline($qb);
|
||||
$this->leftJoinCacheActors($qb, 'attributed_to');
|
||||
$this->leftJoinStreamAction($qb);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue