this post was submitted on 15 Jun 2023
5 points (100.0% liked)

Mlem for Lemmy

5508 readers
2 users here now

Official community for Mlem, a free and open-source iOS Lemmy client.

Rules

  1. Keep it civil.
  2. This is a forum for discussion about Mlem. We welcome a degree of general chatter, but anything not related to Mlem may be removed at moderator discretion. This is not a forum for iPhone/Android debate. Posts and comments saying nothing but "iOS bad/I use Android" will be removed as off-topic.
  3. We welcome constructive criticism, but ask that it be both precise and polite.

FAQ

Download Mlem for iOS

GitHub

Website

Donate to Mlem

founded 1 year ago
MODERATORS
 

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?

top 6 comments
sorted by: hot top controversial new old
[–] nkh@beehaw.org 3 points 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 🤞

[–] russmatney@programming.dev 2 points 1 year ago (1 children)

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@programming.dev 0 points 1 year ago (1 children)

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@beehaw.org 1 points 1 year ago

They’re rejected by the API if you attempt to downvote on beehaw, so I’d say they’re thrown away 👍

[–] Lqwerpax@lemmy.world 1 points 1 year ago

I also can’t upvote or downvote anything other then the main post so not responses to it.

[–] ericbandrews@sh.itjust.works 0 points 1 year ago

The API rejects the downvote. In the current build this shows up as the downvote being de-highlighted as soon as the API comes back with the failure response--in the future we'd like to have the downvote button disabled in instances where it's disabled, but that's a pretty low priority feature at the moment