Does it run in allowlist mode by default? Is it connected with ActivityPub yet?

  • sirl1on@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    4 years ago

    What I haven’t understood and found an answer yet: Are Lemmy instance federation transitive, i.e. A follows C through B? Or are federations only exactly affecting the 2 involved parties?

    • poVoq@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      4 years ago

      There is a global timeline (“all”) that shows all posts from the instance specific allow-list. So far federation in Lemmy is AFAIK limited to instances configured, this is contrary to most of the other Fediverse that operates on an automatic allow-list with a configured block-list.

      In addition you can subscribe to any community (and soon user, I think. I am not a Lemmy developer) on the allow-list through federation.

      Edit: to answer your specific quesion, no there is no chaining, it is an all-connects-to-all type of network (with the allow-list as the limiting factor). Other Fediverse (ActivityPub) software operates similarly, except that you can subscribe to any other instance (Unless on the block-list) and then that instance gets added to the instance wide allow-list of your instance automatically.

      • Dessalines@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        4 years ago

        @sirl1on@lemmy.ml poVoq got it but there’s several things going on.

        If no one on your instance follows that community, you’re not going to get new posts for it. There are some cases where history / chaining is fetched, for example, lets say you receive a comment, and the parent commenter is from another instance. Or someone from a third instance comments on a post of a community you’re subscribed to. As long as that parent commenter is from an instance thats allowed (IE in the allowlist or open federation), it will pull it.

      • sirl1on@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        4 years ago

        Edit: to answer your specific quesion, no there is no chaining, it is an all-connects-to-all type of network (with the allow-list as the limiting factor). Other Fediverse (ActivityPub) software operates similarly, except that you can subscribe to any other instance (Unless on the block-list) and then that instance gets added to the instance wide allow-list of your instance automatically.

        Thanks for calrifying this! now I understand :)