mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
import items from feeds in inverse date order
This commit is contained in:
parent
8805635293
commit
c061603746
2 changed files with 7 additions and 4 deletions
|
@ -225,11 +225,11 @@
|
|||
if(! strlen($xml))
|
||||
continue;
|
||||
|
||||
consume_feed($xml,$importer,$contact,$hub);
|
||||
consume_feed($xml,$importer,$contact,$hub,1);
|
||||
|
||||
// do it twice. Ensures that children of parents which may be later in the stream aren't tossed
|
||||
|
||||
consume_feed($xml,$importer,$contact,$hub);
|
||||
consume_feed($xml,$importer,$contact,$hub,1);
|
||||
|
||||
|
||||
if((strlen($hub)) && ($hub_update)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue