Bugfix: Remote self worked anymore

This commit is contained in:
Michael Vogel 2015-10-03 13:58:10 +02:00
parent a102fd83e8
commit f92a253946
1 changed files with 8 additions and 0 deletions

View File

@ -106,9 +106,17 @@ function feed_import($xml,$importer,&$contact, &$hub) {
$header["wall"] = 0;
$header["origin"] = 0;
$header["gravity"] = GRAVITY_PARENT;
$header["private"] = 2;
$header["verb"] = ACTIVITY_POST;
$header["object-type"] = ACTIVITY_OBJ_NOTE;
$header["contact-id"] = $contact["id"];
if(!strlen($contact["notify"])) {
// one way feed - no remote comment ability
$header["last-child"] = 0;
}
if (!is_object($entries))
return;