FacebookBridge - dequeue messages that aren't bound for Facebook

This commit is contained in:
Zach Copley 2011-02-24 13:29:56 -08:00
parent c44a622449
commit de6d46ea4b
1 changed files with 3 additions and 0 deletions

View File

@ -208,6 +208,9 @@ class Facebookclient
return $this->sendGraph();
}
}
// dequeue
return true;
}
/*