winston
winston copied to clipboard
[BUG] Multiple posts are being marked as read simultaneously
Describe the bug
When enter a subreddit, I have for example 5 unread posts. When access a specific post and then go back to the subreddit's main page, the 4 posts below the read one are being marked as read automatically.
To Reproduce
Steps to reproduce the behavior:
- Go to /r/nextdns, for example
- Click on any unread posts, preferably with some unread ones below the one you're clicking.
- Return to /r/nextdns
- The ones below now are marked as read too.
Expected behavior
Only the post clicked to read should be marked as read when return to /r/nextdns
Screenshots
1 - All posts are unread.
2 - I entered the first post
3 - Returned to /r/nextjs, and now the posts below are also marked as read, even though I haven't read them
4 - Here's a video
https://github.com/lo-cafe/winston/assets/66678781/6f2136f6-cbc3-4f45-9b84-4299eb2f2deb
5 - JFYI
I created a theme in options and then configured the "posts links > card > Unseen type" as Fade, but the same still occurs with dot.
Winston (please complete the following information):
- Version 1.1.0
- Build Number 228
Device (please complete the following information):
- Device: iPhone14
- OS: iOS 17.1.2
Additional context
i think that’s a read on scroll issue
Indeed, that’s a read on scroll issue. I disabled it here, and it worked as expected.
Indeed, that’s a read on scroll issue. I disabled it here, and it worked as expected.
perfect, yeah im using the same workaround atm. hope this gets fixed soon :)