Endless scroll now avoids showing the same items

This commit is contained in:
Michael
2017-07-31 06:04:37 +00:00
parent 8cb4a8d0c4
commit c98ae304c0
8 changed files with 110 additions and 14 deletions

View File

@@ -394,6 +394,9 @@ class Item extends BaseObject {
'edited' => $edited,
'network' => $item["item_network"],
'network_name' => network_to_name($item['item_network'], $profile_link),
'received' => $item['received'],
'commented' => $item['commented'],
'created_date' => $item['created'],
);
$arr = array('item' => $item, 'output' => $tmp_item);