It looks like this was a larger decision from the lemmy development community in an attempt to eliminate karma farming. They say it’s psychologically damaging, and as someone who looks at them a lot, they may be right.

Here’s a GitHub thread discussing it where our Voyager dev weighs in:

https://github.com/LemmyNet/lemmy/issues/3393#issuecomment-1779400639

  • ericOP
    link
    fedilink
    English
    1
    edit-2
    2 years ago

    Making it hidden would definitely cut down on the number of calls, but it may still violate the terms of api access since it seems the central leadership thinks this data is harmful to end users.

    • @[email protected]M
      link
      fedilink
      English
      42 years ago

      Any terms of use are set by the instance owner, not the Lemmy development team. That’s part of why Lemmy (and federated software in general) is awesome!

        • @[email protected]M
          link
          fedilink
          English
          42 years ago

          GNU AGPL is a standard open source license, even Voyager uses, and has 0 impact on how you consume a lemmy instance’s API. The GNU AGPL main sticking point is just making sure that if you modify the source code, you have to make that modified source code open source.