X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fqueuemanager.php;h=5b59444bc2db80616203a3b24e0f9224416ff9c9;hb=65bf58be806d19bc7fe962c0824160deab07d5c3;hp=0829c8a8bcb8321d1aba5deaa55d8e4640d4d9eb;hpb=800b33590696e85480aa73c25261d80f1926e56d;p=quix0rs-gnu-social.git diff --git a/lib/queuemanager.php b/lib/queuemanager.php index 0829c8a8bc..5b59444bc2 100644 --- a/lib/queuemanager.php +++ b/lib/queuemanager.php @@ -266,6 +266,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');