]> 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:08:18 +0000 (19:08 +0000)
lib/twitter.php

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