X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=360441471f1dd4fc2eba08230e42a29ba2656995;hb=7560939d75c6bdc19f4179e0644373ddce0bf915;hp=00a74eecad0b7f3c2f5fcc028e8846e264fa87fe;hpb=1874a32728142f2c12724562eb122eb1cd1370fe;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 00a74eecad..360441471f 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -20,6 +20,7 @@ */ use Friendica\App; +use Friendica\Content\Conversation; use Friendica\Content\Nav; use Friendica\Content\Pager; use Friendica\Database\DBA; @@ -84,7 +85,7 @@ function notes_content(App $a, bool $update = false) $count = count($notes); - $o .= DI::conversation()->create($notes, 'notes', $update); + $o .= DI::conversation()->create($notes, Conversation::MODE_NOTES, $update); } $o .= $pager->renderMinimal($count);