]> git.mxchange.org Git - friendica.git/blobdiff - mod/pubsub.php
make sure to use local avatar if we have one
[friendica.git] / mod / pubsub.php
index 0f8d7fdc6686dac8250afe5c7f20d7da7876fd6d..c55100c96a3a5b54cc323d645012e72a3e9a0539 100644 (file)
@@ -115,6 +115,10 @@ function pubsub_post(&$a) {
 
        consume_feed($xml,$importer,$contact,$feedhub,1);
 
+       // do it a second time so that any children find their parents.
+
+       consume_feed($xml,$importer,$contact,$feedhub,1);
+
        hub_post_return();
 
 }