mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:10:11 +00:00
Merge pull request #9334 from annando/endless-scroll
Endless scrolling for searches and contact comments
This commit is contained in:
commit
97f07b7518
10 changed files with 77 additions and 23 deletions
|
@ -585,6 +585,10 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
|
|||
'template' => $tpl,
|
||||
'id' => ($preview ? 'P0' : $item['id']),
|
||||
'guid' => ($preview ? 'Q0' : $item['guid']),
|
||||
'commented' => $item['commented'],
|
||||
'received' => $item['received'],
|
||||
'created_date' => $item['created'],
|
||||
'uriid' => $item['uri-id'],
|
||||
'network' => $item['network'],
|
||||
'network_name' => ContactSelector::networkToName($item['author-network'], $item['author-link'], $item['network']),
|
||||
'network_icon' => ContactSelector::networkToIcon($item['network'], $item['author-link']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue