]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Compare with lowered tags
[friendica.git] / mod / notes.php
index 360441471f1dd4fc2eba08230e42a29ba2656995..c756a5f900b187d223b3969b904ba4d58010e75c 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
  *
@@ -85,7 +85,7 @@ function notes_content(App $a, bool $update = false)
 
                $count = count($notes);
 
-               $o .= DI::conversation()->create($notes, Conversation::MODE_NOTES, $update);
+               $o .= DI::conversation()->render($notes, Conversation::MODE_NOTES, $update);
        }
 
        $o .= $pager->renderMinimal($count);