Mode depending control for the behaviour with blocked contacts

This commit is contained in:
Michael 2023-01-12 06:25:55 +00:00
parent ec54b303c5
commit f542211189
14 changed files with 100 additions and 85 deletions

View file

@ -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);