ZeroTalk icon indicating copy to clipboard operation
ZeroTalk copied to clipboard

You shouldn't be able to upvote yourself

Open TheNain38 opened this issue 9 years ago • 8 comments

TheNain38 avatar Oct 22 '15 00:10 TheNain38

While it could be filtered on client-side, but for example facebook or disqus also allows to like your own comment/post.

Maybe setting the upvote to 0 by default would be more better solution

HelloZeroNet avatar Oct 22 '15 00:10 HelloZeroNet

I'm not using facebook because of privacy issues, but I didn't know that they allow upvoting yourself. So yes setting upvote to 0 by default would be better

TheNain38 avatar Oct 22 '15 00:10 TheNain38

@TheNain38 Yeah, it would make the most sense to set default upvote to 0 and continue allowing users to upvote their own content. Also, just bumping this issue. :+1:

christopherturner avatar Mar 04 '16 04:03 christopherturner

Agreed :+1:

angristan avatar Mar 09 '16 16:03 angristan

The upvote should be by default, that is how reddit does it, and I would suspect most users would just upvote their own post anyway, it also makes it easier to find your own posts since you will see the green vote counter.

Codes4Fun avatar Mar 13 '16 00:03 Codes4Fun

@Codes4Fun it sounds like there are several suggested features:

  1. Prevent being able to upvote yourself, suggested by @TheNain38 (and the title of this issue).
  2. Set the default count to 0, suggested by @HelloZeroNet as a counter to @TheNain38's request.
  3. Automatically upvote your comment or thread (like Reddit), as suggested by you.

I am going to move forward with @HelloZeroNet's suggestion: setting the default count to 0, but still letting yourself upvote your own comments.

If we still want Reddit-like auto-voting, then we can make a separate issue for that.

fiskr avatar Mar 25 '17 21:03 fiskr

Here are the bits of logic to update to set the default count back to 0. Just remove the +1 from these subqueries:

fiskr avatar Mar 25 '17 23:03 fiskr

@HelloZeroNet Any thoughts on this?

purplesyringa avatar Sep 28 '19 05:09 purplesyringa