Pull out the 'tweetctl' queue for now; these should go over control signals, and actual handling isn't implemented yet anyway.
This commit is contained in:
@@ -279,9 +279,6 @@ class TwitterBridgePlugin extends Plugin
|
||||
|
||||
// Incoming statuses <- twitter
|
||||
$manager->connect('tweetin', 'TweetInQueueHandler');
|
||||
|
||||
// Control messages from our web interface to the import daemon
|
||||
$manager->connect('tweetctl', 'TweetCtlQueueHandler', 'twitter');
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user