]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Stop requeuing notices not bound for Twitter.
authorZach Copley <zach@controlyourself.ca>
Tue, 1 Sep 2009 19:00:18 +0000 (19:00 +0000)
committerZach Copley <zach@controlyourself.ca>
Tue, 1 Sep 2009 19:00:18 +0000 (19:00 +0000)
lib/twitter.php

index 6555251943fad1fef9d6ea65853e24a4205beaf3..455f7e7ef0ca556fd42a515e39c3807112ada395 100644 (file)
@@ -160,6 +160,8 @@ function broadcast_twitter($notice)
             return broadcast_basicauth($notice, $flink);
         }
     }
+
+    return true;
 }
 
 function broadcast_oauth($notice, $flink) {