]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
/main/all will give a network-wide public stream
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 28 Jan 2015 19:25:39 +0000 (20:25 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 28 Jan 2015 19:25:39 +0000 (20:25 +0100)
commita5d27d9ce700d24d8fd2493a4b988cfe22d247e6
tree4fb8b28e364075fd23821bbc7382caec5c1d4786
parenteaaef2aec9339dc7eb338024f1b62d67fb9531e4
/main/all will give a network-wide public stream

Qvitter had implemented this as a "PublicAndExternal" stream, but
I figured we might as well put it into the GNU social core.
actions/networkpublic.php [new file with mode: 0644]
actions/public.php
classes/Notice.php
lib/networkpublicnoticestream.php [new file with mode: 0644]
lib/publicnoticestream.php
lib/router.php
lib/threadingnetworkpublicnoticestream.php [new file with mode: 0644]
lib/threadingpublicnoticestream.php [new file with mode: 0644]