Merge https://github.com/friendica/friendica into pull
This commit is contained in:
+1
-1
@@ -627,7 +627,7 @@ function item_post(&$a) {
|
||||
|
||||
if($preview) {
|
||||
require_once('include/conversation.php');
|
||||
$o = conversation(&$a,array(array_merge($contact_record,$datarray)),'search',false,true);
|
||||
$o = conversation($a,array(array_merge($contact_record,$datarray)),'search',false,true);
|
||||
logger('preview: ' . $o);
|
||||
echo json_encode(array('preview' => $o));
|
||||
killme();
|
||||
|
||||
Reference in New Issue
Block a user