]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/queuemanager.php
- break OMB profile update pings to a background queue
[quix0rs-gnu-social.git] / lib / queuemanager.php
index 8f8c8f133ffcea17ad51f4f6c8229e5704779e49..9fdc801100f46f58df9e9ab22c71529da55af6bd 100644 (file)
@@ -262,6 +262,9 @@ abstract class QueueManager extends IoManager
                 $this->connect('sms', 'SmsQueueHandler');
             }
 
+            // Broadcasting profile updates to OMB remote subscribers
+            $this->connect('profile', 'ProfileQueueHandler');
+
             // XMPP output handlers...
             if (common_config('xmpp', 'enabled')) {
                 // Delivery prep, read by queuedaemon.php: