mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Port friendica/friendica#79012bf8882baa6843726bcffbcafe959028c1bd
This commit is contained in:
parent
bb68461c6d
commit
1b82df60db
3 changed files with 12 additions and 3 deletions
|
@ -909,7 +909,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
|
|||
require_once('object/Conversation.php');
|
||||
require_once('object/Item.php');
|
||||
|
||||
$conv = new Conversation($mode);
|
||||
$conv = new Conversation($mode, $preview);
|
||||
|
||||
// get all the topmost parents
|
||||
// this shouldn't be needed, as we should have only them in our array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue