X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=c756a5f900b187d223b3969b904ba4d58010e75c;hb=7171441238f343d6f0b2c57cc120739f0675491e;hp=475e0b7e574222f7895f18272f85eab02ab1c6fc;hpb=ae76fa1174f56e3d68473cf2a4b606838b514521;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 475e0b7e57..c756a5f900 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);