]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/queuemanager.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / lib / queuemanager.php
index 576c7c0af83aab9f3e4201027e9ddb92fc0d576a..fe45e8bbff8079981b7064996b3afc06925101dc 100644 (file)
@@ -239,6 +239,9 @@ abstract class QueueManager extends IoManager
                 $this->connect('sms', 'SmsQueueHandler');
             }
 
+            // Broadcasting profile updates to OMB remote subscribers
+            $this->connect('profile', 'ProfileQueueHandler');
+
             // For compat with old plugins not registering their own handlers.
             $this->connect('plugin', 'PluginQueueHandler');
         }