forked from GNUsocial/gnu-social
move activity importing code to two different queuehandler classes
This commit is contained in:
@@ -266,6 +266,8 @@ abstract class QueueManager extends IoManager
|
||||
|
||||
// Background user management tasks...
|
||||
$this->connect('deluser', 'DelUserQueueHandler');
|
||||
$this->connect('feedimp', 'FeedImporter');
|
||||
$this->connect('actimp', 'ActivityImporter');
|
||||
|
||||
// Broadcasting profile updates to OMB remote subscribers
|
||||
$this->connect('profile', 'ProfileQueueHandler');
|
||||
|
||||
Reference in New Issue
Block a user