]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/getvaliddaemons.php
schema changes for user support of designs
[quix0rs-gnu-social.git] / scripts / getvaliddaemons.php
index 482e63af70b712873b67e850c64356c97f95a979..a10233e69fcc2ce453a969118eccd867c37c63f7 100755 (executable)
@@ -44,6 +44,9 @@ if(common_config('xmpp','enabled')) {
 if(common_config('memcached','enabled')) {
     echo "memcachedqueuehandler.php ";
 }
+if(common_config('twitterbridge','enabled')) {
+    echo "twitterstatusfetcher.php ";
+}
 echo "ombqueuehandler.php ";
 echo "twitterqueuehandler.php ";
 echo "facebookqueuehandler.php ";