When I downvote a post from a community based in an instance that disabled downvotes (ie Beehaw), who sees that downvote? Only me? Only other Mlem users? Only users that share my instance? Everyone but Beehaw users?
- nkh ( @nkh@beehaw.org ) English3•1 year ago
It’s my understanding that if your local instance has downvoting disabled the vote is rejected and not counted.
The current version of the app may be incorrectly displaying it, but this should be resolved in the next version.
As we integrate more with the API we should be able to hide the downvote button when we detect your server has the feature disabled too 🤞
- wahni ( @wahni@beehaw.org ) English2•1 year ago
According to the most official resource I can find for now, only users that share your instance: https://github.com/LemmyNet/lemmy/pull/2128
- JoJo ( @jojo@beehaw.org ) English2•1 year ago
Currently the app does not check if the server has downvoting disabled, we’ll do this in a future version, and remove the downvote button in that active account to reflect the server’s availability.
- russ ( @russmatney@programming.dev ) English0•1 year ago
I’m curious about this even outside of a mlem perspective - do beehaw posts accumulate downvotes but just not display them, or are they accumulated and shown to downvote-enabled instances, or are they just thrown away?
- artificial_unintelligence ( @artificial_unintelligence@programming.dev ) English1•1 year ago
I’d assume they’re just thrown away. Haven’t poked the code myself but if they’re disabled only via the UI that’d hardly be disabled
- nkh ( @nkh@beehaw.org ) English1•1 year ago
They’re rejected by the API if you attempt to downvote on beehaw, so I’d say they’re thrown away 👍