mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 14:21:24 +02:00
Hunting a bug of missing zapRequests
This commit is contained in:
@@ -155,6 +155,7 @@ open class Note(val idHex: String) {
|
||||
}
|
||||
}
|
||||
|
||||
@Synchronized
|
||||
fun addZap(zapRequest: Note, zap: Note?) {
|
||||
if (zapRequest !in zaps.keys) {
|
||||
zaps = zaps + Pair(zapRequest, zap)
|
||||
|
Reference in New Issue
Block a user