Using this post as an example. But I’ve noticed this on many other posts as well.
It has 12 upvotes. When I view the post using PieFed on Voyager with Display Votes set to Total, it shows 30 votes. When I set Display Votes to Separate it shows 12 upvotes.
This only affects PieFed on Voyager. Using Lemmy on Voyager it displays the correct number of votes regardless of the Display Votes setting.
I’m using Voyager 2.41.0 on Android, but when I open the vger.to link in the browser it also shows 30 votes instead of 12.


My guess is deleted/banned accounts, but I don’t really have a way to confirm that. Even using my admin powers, I still only see the 12 upvotes and 0 downvotes, and none of those have a vote weight different than 1.
I have been digging into the code, trying to look at where the
post.scoreis updated, which has led me to suspect it is deleted accounts (for whatever reason). When a vote happens, the vote is recorded in a table in the database, and the post score is adjusted based on the vote weight based on the voter’s instance (in practice, this is basically always 1). However, when a user is banned/deleted, the votes recorded in the votes table are removed, but the post score is not adjusted accordingly to account for the now-deleted votes. The score just stays that number saved in the post table of the db.@rimu@piefed.social - do you have any more insight? I was trying to think of the possibility of duplicate vote actions both contributing to the score, but I don’t think that should happen. I can’t really think of what else could make the score so out of line with the votes.
Thanks for checking! It makes sense what piefed is doing now and I have a new beta release that should fix this.