this post was submitted on 23 Aug 2023
98 points (88.9% liked)
Fediverse
28249 readers
152 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
If not that then give us the ability to have relative references to posts inside of Lemmy. Instead of referencing a URL to a specific instance, kind of like the ! Or @ for for community names and usernames.
Then across post could at least link to the canonical discussion for talking.
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 (including Mastodon forks like Treehouse or Fedibird), if different comment threads are needed.
Hell, let's make cross posts work like that.
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.
Automatic merging of that sort is problematic as each community can have significantly different rules, conventions, moderation strictness, priorities and overall "vibe".
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.
Yeap, this is the kind of improvement that needs to happen at the client level, not server.
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:
https://github.com/LemmyNet/lemmy-ui/issues/1113#issuecomment-1595273502
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:
There is already a FEP for this functionality: https://socialhub.activitypub.rocks/t/fep-d36d-sharing-content-across-federated-forums/3366?u=erlend_sh
Some discussion about how crossposts could work differently
https://github.com/LemmyNet/lemmy/issues/3827
https://github.com/LemmyNet/lemmy/issues/2987