1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-29 11:58:23 +01:00

[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);
}