Thanks for pointing that out. This has now been fixed.
(Indeed serverside issue. Both upvotes and downvotes are stored in the same table with either +1 or -1 in its score field. The problem was that we just inner joined all votes regardless of score with the interaction table. Now there's a +1 filter as well in the join.)
figure someone will ask, since this was server side, it's fixed now, no game update required, just tested, works fine. thanks for the quick turn around!
Comments
(Indeed serverside issue. Both upvotes and downvotes are stored in the same table with either +1 or -1 in its score field. The problem was that we just inner joined all votes regardless of score with the interaction table. Now there's a +1 filter as well in the join.)