X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fqueuemanager.php;h=1fa3417829a30edbd73aefff9b6b885c9e364e36;hb=bb087a965009fd93a5c02a9e10ab90adcc6b7963;hp=6666a6cb5a69974a61783a842ac3b106860998b4;hpb=04ca706601a2a3b556cc52fa21b61fcd842c4e87;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');