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•2 years agoIt’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•2 years agoAccording 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•2 years agoCurrently 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•2 years agoI’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•2 years agoI’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•2 years agoThey’re rejected by the API if you attempt to downvote on beehaw, so I’d say they’re thrown away 👍