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:08:18 +0000 |
commit | ddc95559215142e806428716772cb0edff206ecb (patch) | |
tree | 6a56504b569d07d53a2b1dbfac84a52286b668f9 /lib | |
parent | 6704ddddf227865de43c1fdd846b68f76f723fe6 (diff) |
Stop requeuing notices not bound for Twitter.
Diffstat (limited to 'lib')
-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) { |