mirror of
https://github.com/friendica/friendica
synced 2025-04-24 20:30:14 +00:00
Sorting changed to "created"
This commit is contained in:
parent
eae1affb21
commit
1cd729531d
8 changed files with 48 additions and 22 deletions
|
@ -99,7 +99,7 @@ class Posts extends BaseModule
|
|||
|
||||
$o = Contact::getTabsHTML($contact, Contact::TAB_POSTS);
|
||||
|
||||
$o .= Model\Contact::getPostsFromId($contact['id'], $this->userSession->getLocalUserId(), false, $request['last_received'] ?? '');
|
||||
$o .= Model\Contact::getPostsFromId($contact['id'], $this->userSession->getLocalUserId(), false, $request['last_created'] ?? '');
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue