Fix uddate issues and improve speed when displaying contact posts

This commit is contained in:
Michael 2023-12-14 04:58:43 +00:00
parent 747a15f0e0
commit f81192b4c3
8 changed files with 135 additions and 75 deletions

View file

@ -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;