From 0a922e0ba464975c2216f3df9163f08e786a5f3d Mon Sep 17 00:00:00 2001
From: Zach Copley <zach@controlyourself.ca>
Date: Tue, 1 Sep 2009 19:00:18 +0000
Subject: Stop requeuing notices not bound for Twitter.

---
 lib/twitter.php | 2 ++
 1 file changed, 2 insertions(+)

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) {
-- 
cgit v1.2.3-54-g00ecf