X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fqueuemanager.php;h=1fa3417829a30edbd73aefff9b6b885c9e364e36;hb=b7d07466943a73e1c009467c8daa6e499810080f;hp=6666a6cb5a69974a61783a842ac3b106860998b4;hpb=bf20258f4b61dd8396db9a1980463c060dab292c;p=quix0rs-gnu-social.git diff --git a/lib/queuemanager.php b/lib/queuemanager.php index 6666a6cb5a..1fa3417829 100644 --- a/lib/queuemanager.php +++ b/lib/queuemanager.php @@ -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');