Items from different feeds are not always well-ordered #20
Labels
No labels
automerge
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
maintenance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rss-reader#20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The feed items are kept separate until they are rendered and a sorting step (also) is supposed to order up the items by publication date.
This doesn't seem to be working properly:
The resolution here would be to ensure that sorting happens properly so that by default, newer items are up top and are sorted regardless of which feed they come from.