[FB2Bridge] Prevent shared post duplication (#904)

Prevent shared posts appearing twice in feed.
This commit is contained in:
triatic 2018-11-05 10:46:56 +00:00 committed by Teromene
parent c58331f74d
commit 5fe943562a

View file

@ -192,7 +192,7 @@ EOD;
$item['author'] = html_entity_decode($author, ENT_QUOTES);
$item['timestamp'] = html_entity_decode($timestamp, ENT_QUOTES);
//if($item['timestamp'] != 0)
if($item['timestamp'] != 0)
array_push($this->items, $item);
}