65
Lemmy app that merges comments for the same article URL?
(lemmy.world)
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
Mlem dev here.
Edit: whoops, I feel for Lemmy’s labeling. TIL Lemmy doesn’t have a real concept of a crosspost, and instead proxies the concept by matching urls.
~~This feature, as suggested, presents a fundamental technical problem: frontend clients load posts a page at a time, and so are only aware of the posts you’ve already scrolled past and the ~20-50 posts ahead in the feed. It’s therefore not possible to find all posts with the same URL and aggregate their comments into a single chain under the first occurrence of the URL, at least not without loading infeasible amounts of data ahead of time.~~
We have this feature planned! our comments view also currently shows the list of crossposts and indicates the number of comments on each one.
That’s a good idea, we’ll add it to a future build.
The default web interface for Lemmy does list other communities a URL was posted to (even if not crossposted), though I'm not sure how it does this. Might there be some way to tap into that system?