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
 

I'm not sure if it's a growth issue, or if I'm just getting tired of it personally, but the spamming of identical URLs over multiple instances is getting out of hand. Even worse when I block one post for whatever reason, only to have to repeat the task upteen number of times because one or more users (usually one) "helpfully" post the link in every tangentially related community.

Instead of that, it'd be better to have the front page (all/local/subscribed) automatically group any post of an identical URL into a single "post". In essence, each new post of that URL would create a separate discussion thread to the given community, and each thread could be listed under the "main" post similar to how crossposts currently are instead of cluttering up the front page.

top 18 comments
sorted by: hot top controversial new old
[–] Die4Ever@retrolemmy.com 3 points 2 weeks ago (2 children)

This is supposed to work and I've seen it work. But so many people complain about this that I think it must be bugged and doesn't always work. Maybe it doesn't work when the posts are on different pages.

[–] davel@lemmy.ml 3 points 2 weeks ago

Maybe the complainers are using clients that don’t support the feature.

[–] ech@lemmy.ca 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Is that how it's supposed to work? I use the default browser client and I've never noticed it. I have seen duplicate posts (ie the same post from the same community) on different pages. Maybe that's why.


Just came across an example of exactly what I'm talking about in my suggestion. The first post was hidden via the front page, and the second post was seen afterwards.

Userpage showing both posts, with one hidden: https://lemmy.ca/pictrs/image/74c84b3f-43a6-4d69-a08c-d84927e8007e.png

Second, unhidden post still visible on All feed: https://lemmy.ca/pictrs/image/fbc655af-a3b8-4df6-87f6-84719d6e7d98.png

[–] nutomic@lemmy.ml 2 points 1 week ago (1 children)

I cant find these duplicate posts, can you share the URLs that you were viewing? Is it possible that these identical images actually have different URLs?

[–] ech@lemmy.ca 1 points 1 week ago (1 children)
[–] nutomic@lemmy.ml 2 points 1 week ago (1 children)

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.

[–] ech@lemmy.ca 2 points 1 week ago (1 children)

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.

[–] nutomic@lemmy.ml 3 points 1 week ago* (last edited 1 week ago) (2 children)

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.

[–] ech@lemmy.ca 1 points 1 week ago

I wish I could help out more. I will pass on if I run into the issue again. Thanks for looking into it.

[–] ech@lemmy.ca 1 points 1 week ago (2 children)

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

[–] nutomic@lemmy.ml 2 points 1 week ago

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.

[–] nutomic@lemmy.ml 2 points 1 week ago (1 children)

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

[–] ech@lemmy.ca 2 points 1 week ago

That's great! Thanks again.

[–] Die4Ever@retrolemmy.com 1 points 1 week ago (1 children)
[–] nutomic@lemmy.ml 1 points 1 week ago

Yes but apparently its not working for some reason. My first guess is that these posts have identical looking images, but they are actually loaded from different urls.

[–] TrickDacy@lemmy.world 1 points 2 weeks ago (1 children)

How can one block a post..?

[–] ech@lemmy.ca 1 points 2 weeks ago (1 children)

The drop-down menu under a post provides the option to "Hide Post" or "Unhide Post", depending on its current state.

https://lemmy.ca/pictrs/image/bb3e6eac-aa6a-4f9c-a581-64e654c64454.png

[–] TrickDacy@lemmy.world 1 points 2 weeks ago

Wow, thanks. Not sure how I missed that all this time!