]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/filteringnoticestream.php
Merge branch 'master' into nightly
[quix0rs-gnu-social.git] / lib / filteringnoticestream.php
index 979305ad39f57cf176e6876df236fe2eb0270689..c1edfc63877aad809f6f6d9efe9a5ddd01d32f7e 100644 (file)
@@ -54,6 +54,9 @@ abstract class FilteringNoticeStream extends NoticeStream
         $this->upstream = $upstream;
     }
 
+    /**
+     * @return boolean  true if we allow it, false if we deny it
+     */
     abstract protected function filter(Notice $notice);
 
     function getNoticeIds($offset, $limit, $since_id, $max_id)