]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/fullnoticestream.php
*** Privacy Leak fixed: ***
[quix0rs-gnu-social.git] / lib / fullnoticestream.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 /**
6  * Class for notice streams that does not filter anything out.
7  */
8 abstract class FullNoticeStream extends NoticeStream
9 {
10     protected $selectVerbs = [];
11 }