]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagrss.php
add a general PuSHed post and an @-reply back to a subscribee by name to OStatus...
[quix0rs-gnu-social.git] / actions / tagrss.php
index 75cbfa274b58bc0ed54c24ce26976ad6cbf7ba4f..467a64abed2b43194d4946e96594c6b3f7d738ec 100644 (file)
@@ -35,6 +35,7 @@ class TagrssAction extends Rss10Action
             $this->clientError(_('No such tag.'));
             return false;
         } else {
+            $this->notices = $this->getNotices($this->limit);
             return true;
         }
     }