X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=554429d0ec56655b2e59dfda2912455f18c4ac80;hb=1ede164450f2651a2ea04dcb16af113459393663;hp=475e0b7e574222f7895f18272f85eab02ab1c6fc;hpb=2f3f41ed9cdb4229d78bdf2f91b0617403a8dd62;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 475e0b7e57..554429d0ec 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -1,6 +1,6 @@ create($notes, 'notes', $update); + $o .= DI::conversation()->render($notes, Conversation::MODE_NOTES, $update); } $o .= $pager->renderMinimal($count);