mirror of
https://github.com/friendica/friendica
synced 2025-05-01 23:04:24 +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