social-protocols / jabble

Social Media from the Future
7 stars 0 forks source link

Bug in calculation of Needs Vote #106

Open johnwarden opened 4 weeks ago

johnwarden commented 4 weeks ago

The GlobalBrain algorithm considers a user to be informed of a post if they have voted on it or any of its descendants. However the frontend doesn't implement this rule. This results in an inconsistency, where the "uninformed" and "needs vote" labels are applied when the vote is informed and no vote is needed on the critical reply. So when users vote on the post with a "needs vote" label, their vote does not get more weight.

JohannesNakayama commented 1 week ago

@johnwarden Could you check whether this issue is fixed now? I think #112 fixed this issue.