Yes they can. The vote will not show up logged in from your instance but it will show up on the instance the user votes from.
Fediverse
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
That's the user downvoting the copy of the post on their own instance. If OP doesn't have downvotes then those votes won't federate.
I tested it using the api on this instance /api/v3/post/like
and I was unable to downvote any post. I also tried /api/v3/comment/like
and it would also fail due to {"error":"downvotes_are_disabled"}⏎
.
I made sure to try and downvote a comment/post on an instance with downvotes enabled.
Not sure why people are saying you can, unless I've completely screwed this up, but it seems that downvotes don't work at all via the api if it's disabled.
curl
curl --request POST \
--url https://vegantheoryclub.org/api/v3/post/like \
--user-agent "Mozilla/5.0 (X12; Linux x86_128) Gecko/19840101 0.821/xoferiF" \
--header 'authorization: Bearer REDACTED ' \
--header 'content-type: application/json' \
--data '
{
"score": -1,
"post_id": 362154
}
'
they can downvote if their instance is federated with yours, the downvotes won't federate though and will only be seen by users on the same instance.
look at some hexbear posts from lemmy.ml and lemm.ee for instance.
Woops read this the wrong way around. No they can't at least not with the UI. Look at any lemm.ml or lemm.ee post from hexbear.
Not familiar with the API, and I'm not entirely sure if it's not just a bug in Eternity (fork of Infinity), but lemmy.one doesn't have downvotes and I don't get the option to downvote anywhere.
I would be careful about lemmy.one
The admin has been missing for some time, a few people posted to the meta community and never got any answer
Downvote are an important method for controlling misinformation. We do need better info in side bars informing users what the button is for and what it is not for
Yeah I think of downvotes as like micro-moderation, or crowd sourced curation. It's generally a good feature. They can be annoying sometimes but it's better than the alternative of bad/spam posts/comments flooding your feed.
Cool post.