Ignore summary posts generated by facebook (#467)

This commit is contained in:
Pellaeon Lin 2017-02-03 00:13:26 +08:00 committed by Teromene
parent aa0a84bc26
commit 3109694b1c

View file

@ -150,6 +150,8 @@ class FacebookBridge extends BridgeAbstract{
$this->authorName = $author;
foreach($element->children() as $post) {
// Ignore summary posts
if ( strpos($post->class, '_3xaf') !== false ) continue;
$item = array();