@ -45,6 +45,7 @@ func (bv ByVotes) Len() int {
func (bv ByVotes) Swap(i, j int) {
bv[i], bv[j] = bv[j], bv[i]
}
func (bv ByVotes) Less(i, j int) bool {
return float64(bv[i].Up-bv[i].Down) > float64(bv[j].Up-bv[j].Down)
The note is not visible to the blocked user.