mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
give orphans a second chance, linkify naked links
This commit is contained in:
parent
16ba93a5b1
commit
7db4a0dd2e
4 changed files with 55 additions and 33 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue