]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Unfollow.php
Changes:
[friendica.git] / src / Module / Contact / Unfollow.php
index 670fe57e6907ecca51b8d13f636d1744a1589719..b9cdfc80d310e9555435f456772b11928c2aa9fd 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -138,7 +138,7 @@ class Unfollow extends \Friendica\BaseModule
                $o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => $this->t('Posts and Replies')]);
 
                // Show last public posts
-               $o .= Contact::getPostsFromUrl($contact['url']);
+               $o .= Contact::getPostsFromUrl($contact['url'], $this->userSession->getLocalUserId());
 
                return $o;
        }