]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add threading notice stream class to threaded pages
authorEvan Prodromou <evan@status.net>
Fri, 15 Apr 2011 22:15:22 +0000 (18:15 -0400)
committerEvan Prodromou <evan@status.net>
Fri, 15 Apr 2011 22:17:48 +0000 (18:17 -0400)
commit97a8bae4a95bdf793ade7f0cc2ab5802f32d3694
treef2148e626c3df62197c2efcb88205b38c1954128
parent4176a05f2039b6c9f4dfad42cc66b0e4bd455db6
Add threading notice stream class to threaded pages

For those pages where threading is important, we now have an extra filtering stream
class to skip stuff in conversations that have "already" been seen.
lib/groupnoticestream.php
lib/inboxnoticestream.php
lib/publicnoticestream.php
lib/threadingnoticestream.php [new file with mode: 0644]