From fa288173c3603e3b30b98800ceac3d3ce559a133 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 14 Jun 2015 10:56:57 +0200 Subject: [PATCH] OStatus: Force parent when storing item. --- include/ostatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ostatus.php b/include/ostatus.php index 4e70514e54..74196b56a3 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -376,7 +376,7 @@ function ostatus_import($xml,$importer,&$contact, &$hub) { } else $item["parent-uri"] = $item["uri"]; - $item_id = item_store($item); + $item_id = item_store($item, true); //echo $xml; //print_r($item); //echo $item_id." ".$item["parent-uri"]."\n";