I’m registered with lemmy.zip, but I commented on a post in lemmy.world and it won’t seem to show up in the post, although it does show up in my comments list. Do some instances(?) block comments from other instances? Or is this a sub(?) thing?

I’m a pretty new reddifugee and still trying to get the hang of this. Feel free to correct my terminology, please.

  • asudox@lemmy.asudox.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    16 hours ago

    One thing you need to know is that communities of other Lemmy servers (instances) are not “visible” to your instance automatically (there is a Github issue in the Lemmy repo that attempts to solve this in the v1.1.0 release), so you, as a user, have to introduce it to your instance.

    This is only required if the instance has never seen the community before.

    You can read how you can accomplish this in the Lemmy docs or the Fedecan guide:

    The Fedecan guide might also help you understand the Fediverse and how Lemmy works better. Check the whole guide: https://fedecan.ca/en/guide/lemmy/overview


    The second thing you should know is that the whole thing about every instance being federated with every other instances is a big exxageration.

    Many instances defederate with each other.

    Defederation means your instance won’t “communicate” with the defederated instance. This means your interactions will not be visible to the other instance with one exception, and that is when you are posting to a remote community on a instance that is not defederated with your instance AND is not defederated with the instance that your instance defederated with.

    Communities in Lemmy are built on ActivityPub Group actor types and the specification states that the instance of the group actor announces activities, not your instance: https://fediverse.codeberg.page/fep/fep/1b12/

    That basically means the instance of the community acts like a middle man that delivers messages.

    In this case, the defederated instance will be able to interact with your posts in that community while your instance never will know about it.

    • phed@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      44 seconds ago

      This is only required if the instance has never seen the community before. You can read how you can accomplish this in the Lemmy docs or the Fedecan guide:

      Is doing above only for lemmy instance admins? Or is this for regular users? Thank you for the extensive write up, btw.