mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Preview was not working
This commit is contained in:
parent
dac88fce56
commit
97285f4811
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ function item_post(&$a) {
|
|||
|
||||
if($preview) {
|
||||
require_once('include/conversation.php');
|
||||
$o = conversation($a,array(array_merge($contact_record,$datarray)),'search');
|
||||
$o = conversation($a,array(array_merge($contact_record,$datarray)),'search', false);
|
||||
logger('preview: ' . $o);
|
||||
echo json_encode(array('preview' => $o));
|
||||
killme();
|
||||
|
|
Loading…
Reference in a new issue