Fixes mark for users that pledged sats to a bounty
This commit is contained in:
@@ -246,7 +246,7 @@ open class Note(val idHex: String) {
|
||||
// do nothing if it can't convert to bigdecimal
|
||||
}
|
||||
|
||||
pledgeValue != null && it.author != user
|
||||
pledgeValue != null && it.author == user
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user