Anonymous ID: 05ce46 Nov. 10, 2020, 6:13 a.m. No.11574330   🗄️.is 🔗kun   >>4342

>>11574266

The whole idea of a 'glitch' doing this is moronic.

The point of the vote tallying software is to tally votes. I'd love to take a look at how the developers are mitigating this 'unknown defect'

 

It's like me writing a Q aggregator, but stripping 1/3 of Q's tripcodes out and making them anon. It defeats the entire purpose of the software itself.

Anonymous ID: 05ce46 Nov. 10, 2020, 6:18 a.m. No.11574385   🗄️.is 🔗kun   >>4428

>>11574342

It's not only there. It looks like the API's they were used to retrieve the counts from the software were deliberately comped.

 

private int GetQPostCount() {

return qPosts.Count();

}

 

private int GetQCount() {

return qPosts.Where(p =p.Tripcode == null).Count();

}