mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 20:47:49 +02:00
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