[FB2Bridge] Prevent shared post duplication (#904)
Prevent shared posts appearing twice in feed.
This commit is contained in:
parent
c58331f74d
commit
5fe943562a
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ EOD;
|
||||||
$item['author'] = html_entity_decode($author, ENT_QUOTES);
|
$item['author'] = html_entity_decode($author, ENT_QUOTES);
|
||||||
$item['timestamp'] = html_entity_decode($timestamp, ENT_QUOTES);
|
$item['timestamp'] = html_entity_decode($timestamp, ENT_QUOTES);
|
||||||
|
|
||||||
//if($item['timestamp'] != 0)
|
if($item['timestamp'] != 0)
|
||||||
array_push($this->items, $item);
|
array_push($this->items, $item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue