this post was submitted on 08 Aug 2024
76 points (83.9% liked)
FediLore + Fedidrama
2235 readers
114 users here now
Chronicle the life and tale of the fediverse (+ matrix)
Largely a sublemmy about capturing drama, from fediverse spanning drama to just lemmy drama.
Includes lore like how a instance got it's name, how an instance got defederated, how an admin got doxxed, fedihistory etc
(New) This sub's intentions is to an archive/newspaper, as in preferably don't get into fights with each other or the ppl featured in the drama
Tags: fediverse news, lemmy news, lemmyverse
Partners:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I do think it's unfortunate that votes aren't public to non-instance-owners. That'd be a nice thing to change. I might see if I can find any existing tickets on the topic or whatever.
(Sorry, I know it's weird to make two top-level comments on the same post, but this one's sufficiently unrelated to my other one, I figured it made sense.)
What do you mean votes aren't public? I see the up vote / down vote on this comment in fact.
Everyone can see the count of both upvotes and downvotes. But instance owners can also see the usernames of who upvoted and who downvoted a given post/comment. (Probably also the list of all posts/comments a given user has upvoted/downvoted, I think?) And not just users on the same instance. Users from other instances too.
I think I've heard that the usernames of users who upvoted/downvoted things are also public info on Kbin. (Not just to instance owners, but also to regular users.)
Up/Downvotes usernames are publicly visible via the API to everyone. Kbin shows users this, lemmy does not.
Ah. Ok. I might see if I can track down specifically which endpoint that is at some point.
Only upvotes
On stock Kbin, you could see the usernames of whoever downvoted you. But it also only synced downvotes from within its own instance, so you wouldn't see downvotes on your posts if the were from outside instances. I think that may be a server-side setting that Ernest had enabled on Kbin.social, so I think Kbin can be configured for either option.
I believe that technically, the list of users who downvote is public on all instances, but it requires having some means of pulling that data out of the API, as it's usually not displayed in the default web UI.
I've looked around a bit at the API and haven't found it, but I didn't look too exhaustively. I might look again when I get a second.
Mods can to from the back-end but the front-end hasn't caught up yet with the feature: https://github.com/LemmyNet/lemmy/pull/4392
Good to know. Looks like that backend change is in Lemmy version 0.19.4 and newer (which is why it didn't work with a
{"error":"not_an_admin"}
when I ran a test on Lemmy.World which is still on 0.19.3 using a post in a community I'm a mod of). Thanks for pointing me to that PR.You are welcome!