Calculated participation in TU votes is wrong
The last vote calculated a wrong participation percentage:
The 39.00%
here is the result of 39 / 1
.
https://gitlab.archlinux.org/archlinux/aurweb/-/blob/v6.0.19/aurweb/routers/trusted_user.py#L126:
participation = (total / voteinfo.ActiveTUs) if voteinfo.ActiveTUs else 0
Basically voteinfo.ActiveTUs
somehow was 100 here.