summaryrefslogtreecommitdiff
path: root/lib/queuemanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/queuemanager.php')
-rw-r--r--lib/queuemanager.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/queuemanager.php b/lib/queuemanager.php
index 6666a6cb5..60ac4855a 100644
--- a/lib/queuemanager.php
+++ b/lib/queuemanager.php
@@ -241,6 +241,8 @@ abstract class QueueManager extends IoManager
// Background user management tasks...
$this->connect('deluser', 'DelUserQueueHandler');
+ $this->connect('feedimp', 'FeedImporter');
+ $this->connect('actimp', 'ActivityImporter');
// Broadcasting profile updates to OMB remote subscribers
$this->connect('profile', 'ProfileQueueHandler');