There is already a total count of up- and downvotes, but please never add karma to Lemmy. We don’t want to deal with karma farmers and minimal karma requirements to post. I don’t care about the moderation issues because karma brought more harm than good. Please never add that bloody dreadful thing to Lemmy. I already saw a bunch of people supporting adding karma to Lemmy, which will turn Lemmy into a cheap Reddit clone and karma-farming hell. Please, never add karma to Lemmy. I beg you. No more karma hell.

  • AbouBenAdhem@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    So your instance tracks karma for users on other instances by adding it up one visible post at a time, instead of querying their instances for the total directly?

    Does it keep a permanent database with running totals for every user on every federated instance?

    • bdonvrA
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Does it keep a permanent database with running totals for every user on every federated instance?

      Yes essentially. The way federation works is when a user subscribed to a community, the community looks at the server the user is on. If it’s one that it hasn’t seen before it adds the server to it’s federation list.

      Every interaction on on each instance is sent to the host instance, who then tells everyone on its federation list. The receiving instance basically only ever listens for updates, it rarely/never ASKS for updates. And karma totals aren’t something sent as part of these messages. So when someone votes on something it just increments the karma count at the same time.

      Lemmy is built on a generic protocol not really designed to be a Reddit-alike, so some things are workarounds