Mode depending control for the behaviour with blocked contacts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user