diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-09-01 19:00:18 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-09-01 19:00:18 +0000 |
commit | e0e30552cf069e71453f3c3bcf8dce960cf6b553 (patch) | |
tree | d7934041d224757ab7f9714a5cb675be09717e34 /lib/twitter.php | |
parent | 00032e11122463a3b69babc464caa26783c7c644 (diff) |
Stop requeuing notices not bound for Twitter.
Diffstat (limited to 'lib/twitter.php')
-rw-r--r-- | lib/twitter.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/twitter.php b/lib/twitter.php index 655525194..455f7e7ef 100644 --- a/lib/twitter.php +++ b/lib/twitter.php @@ -160,6 +160,8 @@ function broadcast_twitter($notice) return broadcast_basicauth($notice, $flink); } } + + return true; } function broadcast_oauth($notice, $flink) { |