give orphans a second chance, linkify naked links

This commit is contained in:
Friendika 2010-11-11 20:32:20 -08:00
parent 16ba93a5b1
commit 7db4a0dd2e
4 changed files with 55 additions and 33 deletions

View 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();
}