I thought something was causing people to double post more recently, but after testing voting on some examples, I’m pretty sure posts are getting duplicated by the app.
I thought something was causing people to double post more recently, but after testing voting on some examples, I’m pretty sure posts are getting duplicated by the app.
Alright, looked into it. There was indeed a bug where it did the initial posts request by page and the subsequent by page_cursor. But this has been there for a while. Pre 67 we used to deduplicate every post returned by Lemmy. So it was masking that bug. I didn’t think the deduplication was still necessary with page_cursor, so it was removed. If it still frequently happens after this fix. I’ll add it back.