If some things get downvoted way out of proportion, and those downvotes come mostly from people in certain instances, and instances have the power to block each other, it stands to reason some instance out there managed to block the instances that contribute the most downvotes, causing them to have mainly upvotes. Right?

  • SolOrion
    link
    fedilink
    arrow-up
    24
    ·
    1 month ago

    Some instances just disable downvotes. I have no idea exactly how that functions exactly, but I’d guess that matters. IIRC Beehaw and Lemmynsfw have both disabled downvotes. There’s probably more.

    • Snot Flickerman@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      17
      ·
      edit-2
      1 month ago

      To be clear, you can still be heavily downvoted, you just won’t see it.

      They disable downvotes on their own instance, which means they also don’t federate downvotes from other instances to their own.

      I can still be heavily downvoted on say, lemmy.world, I just won’t see it. People using the instance the downvotes are originating on will see it, however.

    • schnurrito@discuss.tchncs.de
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      1 month ago

      beehaw definitely

      “how that functions exactly” - well, you just change the code to ignore it when a user does try to downvote something, don’t store it in the database or forward it to other users/servers…

      • candyman337
        link
        fedilink
        arrow-up
        3
        ·
        1 month ago

        It’s just an option in the admin settings to enable or disable downvotes, no code editing needed

      • SolOrion
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        I mean more in relation to federation. I’m not sure how downvotes work with federation as a whole, honestly.

        • schnurrito@discuss.tchncs.de
          link
          fedilink
          arrow-up
          2
          ·
          1 month ago

          As far as I understand ActivityPub (which, admittedly, is only very rudimentarily), downvotes are an action like any other: you perform them on your instance, then the instance sends them to the instance the community is hosted on, then that instance sends them to all instances which have users who are subscribed to it.

          An instance which has disabled downvotes will ignore all of that, i.e. will not store downvotes or forward them to anyone. If you look at beehaw.org you can see all posts and comments are displayed with zero downvotes, even if you view them from another instance.

          • SolOrion
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            That answered my question exactly, thanks very much!