mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 10:24:29 +02:00
Fix uddate issues and improve speed when displaying contact posts
This commit is contained in:
parent
747a15f0e0
commit
f81192b4c3
8 changed files with 135 additions and 75 deletions
|
@ -113,7 +113,7 @@ class Conversations extends BaseModule
|
|||
$o = $this->conversation->statusEditor([], 0, true);
|
||||
|
||||
$o .= Contact::getTabsHTML($contact, Contact::TAB_CONVERSATIONS);
|
||||
$o .= Model\Contact::getPostsFromId($contact['id'], true);
|
||||
$o .= Model\Contact::getThreadsFromId($contact['id'], $this->userSession->getLocalUserId(), 0, 0, $request['last_received'] ?? '');
|
||||
|
||||
return $o;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue