]> git.mxchange.org Git - friendica.git/blobdiff - mod/item.php
Merge https://github.com/friendica/friendica into pull
[friendica.git] / mod / item.php
index e3230c86436bebfb2f730bdb32ee7804d8d896aa..52ea9d58c90c253c1b969ac593316592c3edb8f8 100644 (file)
@@ -619,7 +619,7 @@ function item_post(&$a) {
 
        if($preview) {
                require_once('include/conversation.php');
-               $o = conversation($a,array(array_merge($contact_record,$datarray)),'search', false);
+               $o = conversation($a,array(array_merge($contact_record,$datarray)),'search', false, true);
                logger('preview: ' . $o);
                echo json_encode(array('preview' => $o));
                killme();