Hello all!

As of yesterday, I have updated the the instance to 0.19.2-rc.5. This should fix some of the remaining federation problem.

This morning it was brought to my attention through the Matrix chat that a feature has been added to the UI to allow admins to view votes: https://github.com/LemmyNet/lemmy-ui/pull/2303

I would like to add a bit of context. Viewing votes has always been possible in at least two ways:

  • Since votes are stored in the database, admins with access to the database have always been able to retrieve the list of voters by running a postgres database query.

  • Some applications in the fediverse will display votes by default. For example, content federated with friendica displays the votes as “likes/dislikes”, so any user can see federated votes.

What this feature has changed is that admins, regardless of whether they have access to the server, are able to see the list of up-votes/down-votes through the user interface.

This is effectively making a “hidden” admin feature more transparent. This can also help admins easily identify if bots are being used to mass down-vote.

I am bringing this up explicitly here because I think users might be interested in knowing if their votes can be seen, and so I want to be transparent about this change and about votes in general.

I also have some thoughts that I would like to discuss. If users are uncomfortable with admins having this power, I could remove this feature from this instance. But that would only be symbolic, as the votes can always be retrieved from the database anyway - and other instance admins will still have this feature to see federated votes.

I can also keep it this way. Only admins can see votes, and I can simply not abuse that power.

I can enable this feature for every user. Then everyone can see everyone’s votes.

Another option is to disable down-votes altogether.

If anyone has any thoughts/opinions about this, please let me know. I’m curious and interested in finding a good way to handle this.

  • SalamanderOPMA
    link
    34 months ago

    I literally just federated https://lemmy.world/c/callofcthulhu@ttrpg.network to test

    I checked the votes of the most recent post and I do see votes from lemmy.world, so it was already federating!

    I also tested just now and I no longer see “0” votes, I do see a single vote (from the original poster). So that did change, but the score remains “1”. You can see:

    https://mander.xyz/c/onewheel@lemmy.world

    https://lemmy.world/c/onewheel

    Yeah! I think so. It might be worth a post to a wider swathe of the community.

    Since I am not confident I can code this myself, at least not quickly, I think it is better if I make a GitHub issue for it.

    • mozz
      link
      fedilink
      24 months ago

      I checked the votes of the most recent post and I do see votes from lemmy.world, so it was already federating!

      I also tested just now and I no longer see “0” votes, I do see a single vote (from the original poster). So that did change, but the score remains “1”. You can see:

      https://mander.xyz/c/onewheel@lemmy.world

      https://lemmy.world/c/onewheel

      That’s so weird. In your example it’s clearly working the way you say, but I could swear I’ve seen it auto-populate a new community including scores. IDK, maybe I am wrong; I might do some testing on creating-for-this-testing communities just to investigate more.

      Since I am not confident I can code this myself, at least not quickly, I think it is better if I make a GitHub issue for it.

      That’s awesome. Yeah, I think this would be a good thing. I asked about doing the same for mbin since I may be switching to it, but having it in all similar-to-Reddit platforms seems to me like it’d be a good thing.