X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpubsub.php;h=fe5bb3c0b61e1b2575bec54a036722136a930069;hb=c41aaf8a17405e4e11366fec14519994612744b1;hp=ece95dceabce945527735cd941268d3834fedb15;hpb=aa0b485f3dca72c5448076e913fa54d948cd7731;p=friendica.git diff --git a/mod/pubsub.php b/mod/pubsub.php index ece95dceab..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 = ''; - Feed::consume($xml, $importer, $contact, $feedhub); - - // do it a second time for DFRN so that any children find their parents. - if ($contact['network'] === Protocol::DFRN) { - Feed::consume($xml, $importer, $contact, $feedhub); - } + OStatus::import($xml, $importer, $contact, $feedhub); hub_post_return(); }