I mean more in relation to federation. I’m not sure how downvotes work with federation as a whole, honestly.
Comment on [META] What instance receives the least amount of downvotes on average per comment?
schnurrito@discuss.tchncs.de 1 day agobeehaw 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…
SolOrion@sh.itjust.works 1 day ago
schnurrito@discuss.tchncs.de 1 day 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@sh.itjust.works 1 day ago
That answered my question exactly, thanks very much!
candyman337@sh.itjust.works 1 day ago
It’s just an option in the admin settings to enable or disable downvotes, no code editing needed
schnurrito@discuss.tchncs.de 1 day ago
Ah, that is even easier, TIL