The fabled twitterqueuehandler
This commit is contained in:
@@ -808,7 +808,7 @@ function common_broadcast_notice($notice, $remote=false)
|
||||
|
||||
function common_enqueue_notice($notice)
|
||||
{
|
||||
foreach (array('jabber', 'omb', 'sms', 'public') as $transport) {
|
||||
foreach (array('jabber', 'omb', 'sms', 'public', 'twitter') as $transport) {
|
||||
$qi = new Queue_item();
|
||||
$qi->notice_id = $notice->id;
|
||||
$qi->transport = $transport;
|
||||
|
Reference in New Issue
Block a user