]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/publicrss.php
XMPP daemon updates including help, sub and subsub commands, plus subscribe/unsubcrib...
[quix0rs-gnu-social.git] / actions / publicrss.php
index 185a4ff785f192c90202a70f0680485579df0256..98a1908abf4851b90134ac663b6c73a2b6e50236 100644 (file)
@@ -38,7 +38,9 @@ class PublicrssAction extends Rss10Action {
 
                # XXX: bad performance
 
-               $notice->is_local = 1;
+               if (common_config('public', 'localonly')) {
+                       $notice->is_local = 1;
+               }
 
                $notice->orderBy('created DESC, notice.id DESC');