this post was submitted on 09 Jun 2023
20 points (100.0% liked)

Lemmy Support

4634 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I'm trying to view Lemmy from the browser but have already seen most of the posts at the top, so to get new stuff I'm trying to look at all communities sorted by new. But as I scroll down the page keeps refreshing the posts automatically and pushing stuff I've already scrolled past into view again, and sometimes causing misclicks. Is there a way to disable that so I only get new posts when I refresh the page?

This problem is only going to get worse if the site gets busier.

you are viewing a single comment's thread
view the rest of the comments
[–] borari@sh.itjust.works 2 points 1 year ago (1 children)

So I just noticed this behavior while sitting at the top of the All/New feed on my instance. I noticed that the surge of "new" posts that came in were all pretty old, and all from one or two communities on another instance. I'm now wondering if maybe there's some sort of race condition going on with the interaction between the database and the front-end, where these old posts are being considered "new" when they're initially pulled in to the local instance db.

[–] sexy_peach@feddit.de 2 points 1 year ago

when they’re initially pulled in to the local instance db.

I know this, these posts are not pulled initially. Many times I have seen this with old posts that I had seen and voted on months ago.

Soon lemmy will get html posts instead of websocket, I think that might fix it??