In the meantime, third-party apps can combine posts from multiple communities (that have the same URL) coalesced one single post, and pull comments from every instance’s post.
Comment on Should we decide to have a main fediverse community or should we keep posting everything twice?
jet@hackertalks.com 1 year ago
I think Lemmy should come up with a meta cross post type. Where the post only exists once, but it’s indexed in multiple communities, and moderators of those communities can remove the cross post. Without affecting the original post
Kind of like a symbolic link
hempster@lemm.ee 1 year ago
ShittyKopper@lemmy.blahaj.zone 1 year ago
Automatic merging of that sort is problematic as each community can have significantly different rules, conventions, moderation strictness, priorities and overall “vibe”.
Spzi@lemm.ee 1 year ago
It can also make comment sections confusing where people talk about the comment section. When different viewers see different versions of the comment section (for example through different combinations of federation), it can be extra confusing to merge them all into one stream.
rglullis@communick.news 1 year ago
Yeap, this is the kind of improvement that needs to happen at the client level, not server.
erlend_sh@lemmy.world 1 year ago
I think Lemmy should come up with a meta cross post type. Where the post only exists once, but it’s indexed in multiple communities, and moderators of those communities can remove the cross post. Without affecting the original post.
This is effectively how the Community-following-Community proposal works. I’ll repost what I commented in this thread:
I still believe the best solution is the ability for Communities to follow other Communities. That is essentially a fully automated version of this sibling proposal.
This has been explained in great detail by ‘jamon’ here:
github.com/LemmyNet/lemmy-ui/issues/1113#issuecom…
This basically lets Communities opt to federate directly with other Communities, abiding by the same network dynamics as the fediverse at large, I.e. cross-network moderation by (de)federation.
Here’s a succinct description of the problem that C-C following solves:
If you are an active user (not moderator) of Lemmy, the requirement for this becomes apparent almost immediately. One of the biggest strengths of these forum are communities-at-scale. Being able to easily post and interact with large groups of people is the benefit to the user that makes Lemmy (and all other social media) appealing.
As a user, I recently wanted to post to AskLemmy. Almost every single instance has thier own separate AskLemmy implementation. Naturally, I’d tend to post to the one with the most users. But inherently, I’m missing the majority of users by only being able to post to one. I.E., I posted to AskLemmy@lemmy.ml (which had 3k users), but by doing that, I’m missing out on the users from lemm.ee, behaw, lemmy.world which in total are far more than 3k.
There is already a FEP for this functionality: socialhub.activitypub.rocks/t/…/3366?u=erlend_sh
ShittyKopper@lemmy.blahaj.zone 1 year ago
ActivityPub wise this could be modeled pretty cleanly as (what Mastodon calls) boosts. Or perhaps quote boosts as implemented by every software except upstream Mastodon, if different comment threads are needed.
Hell, let’s make cross posts work like that.