The fabled twitterqueuehandler

This commit is contained in:
Zach Copley
2009-02-12 14:39:21 -08:00
parent 986068d6e7
commit f8e2ad0677
5 changed files with 76 additions and 4 deletions

View File

@@ -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;