this post was submitted on 01 Feb 2025
9 points (90.9% liked)

Lemmy Support

4711 readers
38 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
top 16 comments
sorted by: hot top controversial new old
[–] Die4Ever@programming.dev 2 points 10 hours ago* (last edited 10 hours ago) (1 children)

What app are you using? The regular Lemmy-UI already does this. In fact I have a feature request asking to be able to disable it...

https://github.com/LemmyNet/lemmy-ui/issues/2934

[–] Cat@ponder.cat 1 points 10 hours ago (1 children)

Jerboa, if I tried posting a duplicate link into a community, the client will accept it, without even showing a warning.

[–] Die4Ever@programming.dev 1 points 10 hours ago* (last edited 10 hours ago)

Yeah it depends on the app, they don't all do it. Boost shows cross posts, but doesn't merge them.

[–] Z3k3@lemmy.world 5 points 1 day ago

I'd like a client side feature that groups all the community that have the same link posted together.

The best example I can think of as to why I want this was the day musk did the salute. Doomscrolling was just that twats imagine was fruitless and I had to put poor lemmy to bed early that day.

[–] meldrik@lemmy.wtf 4 points 1 day ago (1 children)

If you post a link, that’s already been posted in another community, it shows the post as cross-posted.

[–] Cat@ponder.cat 2 points 1 day ago (2 children)

I am talking about posts in the same community.

[–] nmtake@lemm.ee 3 points 1 day ago (1 children)

I believe that detection works for posts in the same community too. I posted two same links in a community and both was detected as cross-posted:

You can get the cross posts via API resposne. See cross_posts field in the response of https://<instance>/api/v3/post?id=<ID>.

[–] Cat@ponder.cat 1 points 1 day ago (1 children)

Sadly, it does not show in Jerboa for Android.

[–] stinky@redlemmy.com 1 points 1 day ago (1 children)

This could be a great moderation tool. Have you found anything related on GitHub?

[–] Cat@ponder.cat 1 points 1 day ago
[–] sabreW4K3@lazysoci.al 4 points 1 day ago

From what I've read, it's been deemed quite expensive and so it's not feasible within the current database design.

[–] vk6flab@lemmy.radio 2 points 1 day ago (1 children)

Fairly sure that this is never going to happen, nor do I think it should, unless you're describing duplicate content sent to the same community on the same instance within a certain period.

The fediverse is decentralized and by design each instance is independent. Data is shared between instances depending on subscribers. There isn't a central database for every post or comment.

A person posting the same content on two instances would each automatically distribute that to other instances. At some point there'd be overlap when the duplicate content arrived at the same instance.

At that point, which one is duplicate and which one is original? Do you delete the duplicate? What about the other instances that already have the content?

Do you want to introduce a definitive source of truth that tracks which post was first? Doing so creates a single point of censorship and failure.

So, I'm going with, no, that's not something I think can, or should ever happen.

[–] Cat@ponder.cat 2 points 1 day ago* (last edited 1 day ago) (2 children)

I mean if the same community have the same link in 2 posts, the second one should be detected and deleted.

In that case the second poster should know that this is a deplucate link so they would not post it.

[–] Obelix@feddit.org 2 points 1 day ago

It would be trivially easy to create an automoderator bot for that.

[–] sik0fewl@lemmy.ca 1 points 1 day ago

Most communities allow editorializing in the post anyway, so not sure that it would be that let straightforward. i.e., someone is posting their opinion on something and they also give a link to a related article.