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

@ -278,7 +278,7 @@ class Display extends BaseModule
$output .= $this->conversation->statusEditor([], 0, true);
}
$output .= $this->conversation->create([$item], 'display', $updateUid, false, 'commented', $itemUid);
$output .= $this->conversation->create([$item], Conversation::MODE_DISPLAY, $updateUid, false, 'commented', $itemUid);
return $output;
}