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:12:04 +0000 |
commit | 0a922e0ba464975c2216f3df9163f08e786a5f3d (patch) | |
tree | 482b50781844e6ed35f89c71e2a07656de7ade51 /lib/twitter.php | |
parent | ba199ad4ec47e6b0c067a3b2a15882d3836ea009 (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 b734d22d8..e049dc8df 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) { |