mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +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
|
@ -193,7 +193,7 @@ class Follow extends BaseModule
|
|||
);
|
||||
|
||||
// Show last public posts
|
||||
$output .= Contact::getPostsFromUrl($contact['url']);
|
||||
$output .= Contact::getPostsFromUrl($contact['url'], $this->session->getLocalUserId());
|
||||
}
|
||||
|
||||
return $output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue