]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
Merge pull request #13308 from MrPetovan/bug/13216-toggle-mobile-local
[friendica.git] / mod / notes.php
index 360441471f1dd4fc2eba08230e42a29ba2656995..554429d0ec56655b2e59dfda2912455f18c4ac80 100644 (file)
@@ -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);