-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
FreshRSS orders posts in a weird way. #1045
Copy link
Copy link
Closed
Milestone
Description
FreshRSS seems to order posts (« recent to old », or « old to recent ») according to the SQL field « id » and not the expected SQL field « date » .
It's very annoying when you set up FreshRSS the first time : posts are packed by feeds because FreshRSS parsed them this way, one by one, making their respective « id » grouped together. Even if dates are not at all grouped.
It can produce this weird behaviour even with day-to-day work with high activity feeds.
Anyone can confirm this behaviour ?
Reactions are currently unavailable