mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
Use "received" instead of "created" when displaying posts in creation order
This commit is contained in:
parent
9b8b2b36cd
commit
6bb418c5a7
12 changed files with 51 additions and 59 deletions
|
@ -1616,7 +1616,7 @@ class Contact extends BaseObject
|
|||
|
||||
$pager = new Pager($a->query_string);
|
||||
|
||||
$params = ['order' => ['created' => true],
|
||||
$params = ['order' => ['received' => true],
|
||||
'limit' => [$pager->getStart(), $pager->getItemsPerPage()]];
|
||||
|
||||
if ($thread_mode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue