Log In
Psychic Weather Castform Don't have an account yet? Register now!
.

Forum Thread

Notifications: "Show more" skips 1 feed every time

Forum-Index Bugs/Complaints Confirmed Bugs Notifications: "Show more" skips 1 feed every time
SwampFall
OFFLINE
Trainerlevel: 59

Forum Posts: 604
Posted: Fri, 12/03/2021 21:41 (3 Years ago)
The "Show more" button at the notifications page is skipping 1 feed every time that it is clicked.

This 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 𝚕𝚊𝚜𝚝𝙵𝚎𝚎𝚍𝙸𝙳 .