OStatus: Force parent when storing item.

This commit is contained in:
Michael Vogel 2015-06-14 10:56:57 +02:00
parent b7f270de28
commit fa288173c3
1 changed files with 1 additions and 1 deletions

View File

@ -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";