Stop requeuing notices not bound for Twitter.

This commit is contained in:
Zach Copley 2009-09-01 19:00:18 +00:00
parent 00032e1112
commit e0e30552cf
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ function broadcast_twitter($notice)
return broadcast_basicauth($notice, $flink);
}
}
return true;
}
function broadcast_oauth($notice, $flink) {