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:
parent
c58331f74d
commit
5fe943562a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user