Forum Thread
Notifications: "Show more" skips 1 feed every time
Forum-Index → Bug Reports → Resolved → Notifications: "Show more" skips 1 feed every timeThis can be easily verified on a PC using the developer console (press F12 to open).
𝚕𝚊𝚜𝚝𝙵𝚎𝚎𝚍𝙸𝙳 is the ID of the feed at the bottom of the page, if you type this in the console, you'll see the ID.
As an example:
𝚕𝚊𝚜𝚝𝙵𝚎𝚎𝚍𝙸𝙳
𝟸𝟿𝟽𝟷𝟷𝟸𝟷
If you write 𝚜𝚑𝚘𝚠𝙲𝚘𝚖𝚖𝚎𝚗𝚝𝚜(𝟸𝟿𝟽𝟷𝟷𝟸𝟷) , you'll see that this is not actually the last feed, but the one just before it.
If you click "Show more", you'll see the first new feed is older than the feed with ID 𝟸𝟿𝟽𝟷𝟷𝟸𝟷 , meaning that the feed with ID 𝟸𝟿𝟽𝟷𝟷𝟸𝟷 is actually missing.
This happens every time you click "Show more", where 𝚕𝚊𝚜𝚝𝙵𝚎𝚎𝚍𝙸𝙳 points to the feed after the actual last feed.
To fix this, feeds older than and including 𝚕𝚊𝚜𝚝𝙵𝚎𝚎𝚍𝙸𝙳 needs to be returned, currently it's only returning feeds older than 𝚕𝚊𝚜𝚝𝙵𝚎𝚎𝚍𝙸𝙳 .