X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpubsub.php;h=fe5bb3c0b61e1b2575bec54a036722136a930069;hb=a69e128fe4d202296582f3810239ebc4635d8b6a;hp=cae346493f4be64db27dd089ff1b5ac2103b3ce5;hpb=097620b62799c96d610d73410ec07a6b8cdf82f0;p=friendica.git diff --git a/mod/pubsub.php b/mod/pubsub.php index cae346493f..fe5bb3c0b6 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -1,6 +1,6 @@ $contact]); hub_post_return(); } Logger::log('Import item for ' . $nick . ' from ' . $contact['nick'] . ' (' . $contact['id'] . ')'); $feedhub = ''; - consume_feed($xml, $importer, $contact, $feedhub); - - // do it a second time for DFRN so that any children find their parents. - if ($contact['network'] === Protocol::DFRN) { - consume_feed($xml, $importer, $contact, $feedhub); - } + OStatus::import($xml, $importer, $contact, $feedhub); hub_post_return(); }