139
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Jun 2023
139 points (100.0% liked)
Asklemmy
43771 readers
1255 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
Something I haven't been able to wrap my head around, do I need a username on each instance for federated instances? If not, how does one participate in communities in other instances? I'm with lemmy.ml, but if I want to interact with a post on beehaw, how do I do that?
The short answer is no, you dont.
Think of this like email, you sign up to a mail provider (gmail, yahoo, fastmail, etc) or even if you're feeling up to it run you own email server with you own domain. You can then use that account to send emails to anyone regardless of which provider they picked and anyone can send you email too.
Lemmy (and ActivityPub, the underlying protocol) works the same. ActivityPub under the hood even uses the same concept of an inbox and outbox. You pick your provider and you can comment, post, etc. to anywhere regardless of which instance the other users or community is on.
If you see a post on another instance (e.g. Beehaw) you can just comment in the webui or app and it'll just work.
I'm wondering, does ActivityPub have a way to delete content such that the deletion is propagated to other instances?
Yeah it does, when you delete some content it creates a "delete" activity which is sent out to all the servers that content was shared with. Those instances should remove the content on their side too, of course there is no way to ensure the content that has been shared is deleted, but activitypub does have a mechanism to delete content that has been federated.