]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticestream.php
Only get POST verbs for noticestreams for now
[quix0rs-gnu-social.git] / lib / noticestream.php
index e9ff47b68c154eb73641cbaf97dbb1b0126c2cae..c072941a693e78b7435d09f01a295f6de7f12271 100644 (file)
@@ -46,6 +46,8 @@ if (!defined('STATUSNET')) {
  */
 abstract class NoticeStream
 {
+    protected $allVerbs = false;    // Will only get 'post' activityverbs by default.
+
     abstract function getNoticeIds($offset, $limit, $since_id, $max_id);
 
     function getNotices($offset, $limit, $sinceId = null, $maxId = null)