this post was submitted on 11 Mar 2026
30 points (100.0% liked)
Lemmy
14545 readers
1 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here are the posts on lemmy.ca, they both have the same image url and are also shown as crossposts:
So these should be grouped together without any problem, not sure why it would fail.
I don't think I can check that now, but I can say that it wasn't working like that when I added the edit about it. When they were still up on the All feed, I had run across and hidden the first post, then a few pages later, I saw the second post on it's own. If I see it happen again, I will make note of it.
Yes I don't doubt that you were having this problem, another post was also complaining about it a few days ago. It's just that I cant think of any reason why this would happen if the image urls are identical.
I wish I could help out more. I will pass on if I run into the issue again. Thanks for looking into it.
Just found one. I've hidden this link twice now, but it's popped up yet again under a third post.
URL: https://www.theguardian.com/world/2026/mar/16/norway-rails-against-enshittifcation-deliberate-tech-deterioration
Found it now, crosspost detection actually happens in the frontend. It only works if posts have the same url and are shown on the same page.
Opened an issue, but it will likely take a while to fix.
https://github.com/LemmyNet/lemmy/issues/6413
That's great! Thanks again.
So the problem only occurs after you use "Hide Post"? That might be part of the problem, I suppose that deduplication only considers posts that are visible to you. Though I cant find the corressponding code right now to confirm it. Best if you open an issue in the lemmy repo.