]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
FacebookBridge - dequeue messages that aren't bound for Facebook
authorZach Copley <zach@status.net>
Thu, 24 Feb 2011 21:29:56 +0000 (13:29 -0800)
committerZach Copley <zach@status.net>
Thu, 24 Feb 2011 21:29:56 +0000 (13:29 -0800)
plugins/FacebookBridge/lib/facebookclient.php

index da8c95c9f2dfdf14e6a8b7c6c5845520a2810fc4..6037ad0f2da32f333979587e2b110a821fb77a9f 100644 (file)
@@ -208,6 +208,9 @@ class Facebookclient
                 return $this->sendGraph();
             }
         }
+
+        // dequeue
+        return true;
     }
 
     /*