Cat to Lemmy [email protected]English • edit-215 hours agoWill Lemmy eventually start detecting duplicate links? if yes, can anyone link the relevant issue on the project GitHub, so I can follow it.message-square13fedilinkarrow-up16arrow-down11
arrow-up15arrow-down1message-squareWill Lemmy eventually start detecting duplicate links? if yes, can anyone link the relevant issue on the project GitHub, so I can follow it.Cat to Lemmy [email protected]English • edit-215 hours agomessage-square13fedilink
minus-squareMeldriklinkfedilink4•13 hours agoIf you post a link, that’s already been posted in another community, it shows the post as cross-posted.
minus-square@[email protected]linkfedilink3•11 hours agoI 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: https://lemm.ee/post/31756832 https://lemm.ee/post/38772950 You can get the cross posts via API resposne. See cross_posts field in the response of https://<instance>/api/v3/post?id=<ID>.
minus-square@[email protected]linkfedilink1•2 hours agoHere’s the relevant issue: https://github.com/LemmyNet/jerboa/issues/1666
minus-square@[email protected]linkfedilinkEnglish1•11 hours agoThis could be a great moderation tool. Have you found anything related on GitHub?
If you post a link, that’s already been posted in another community, it shows the post as cross-posted.
I am talking about posts in the same community.
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 ofhttps://<instance>/api/v3/post?id=<ID>
.Sadly, it does not show in Jerboa for Android.
Here’s the relevant issue: https://github.com/LemmyNet/jerboa/issues/1666
This could be a great moderation tool. Have you found anything related on GitHub?
Nope.