OStatus: Force parent when storing item.

2022.09-rc
Michael Vogel 2015-06-14 10:56:57 +02:00
rodzic b7f270de28
commit fa288173c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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