]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/queuemanager.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / lib / queuemanager.php
index 6666a6cb5a69974a61783a842ac3b106860998b4..1fa3417829a30edbd73aefff9b6b885c9e364e36 100644 (file)
@@ -241,6 +241,10 @@ abstract class QueueManager extends IoManager
 
             // Background user management tasks...
             $this->connect('deluser', 'DelUserQueueHandler');
+            $this->connect('feedimp', 'FeedImporter');
+            $this->connect('actimp', 'ActivityImporter');
+            $this->connect('acctmove', 'AccountMover');
+            $this->connect('actmove', 'ActivityMover');
 
             // Broadcasting profile updates to OMB remote subscribers
             $this->connect('profile', 'ProfileQueueHandler');