]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/allrss.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / actions / allrss.php
index 4b6df25048645286e97f6c12cb319d9f3e317dfe..d7f11bb1eb36130fe76dded7a7402acc464c58e4 100644 (file)
@@ -46,7 +46,7 @@ class AllrssAction extends TargetedRss10Action
 {
     protected function getNotices()
     {
-        $stream = new InboxNoticeStream($this->target);
+        $stream = new InboxNoticeStream($this->target, $this->scoped);
         return $stream->getNotices(0, $this->limit)->fetchAll();
     }