Endless scroll now avoids showing the same items
This commit is contained in:
parent
8cb4a8d0c4
commit
c98ae304c0
8 changed files with 110 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue