Cotix / cReddit

CLI Reddit client written in C. Oh, crossplatform too!
Other
96 stars 14 forks source link

On link screen score always is same as ups, down is always 0. On comment screen down is always 0 #75

Closed stoicism2323 closed 8 years ago

stoicism2323 commented 8 years ago

If a comment has more downvotes than upvotes, it manifests as negative sign in front of the number of upvotes.

mkilgore commented 8 years ago

I actually know the problem here, it is due to the change Reddit made a while back which hid the actual number of up and down votes. They made the change backwards compatible by making ups equal to the score, and downs always zero. Since the feature is technically gone, 'ups' and 'downs' could probably be removed, leaving just the score itself.