mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-05-05 15:00:24 +02:00
Fixes format
This commit is contained in:
parent
ca2c811859
commit
a3b9ea6a42
@ -94,7 +94,7 @@ class PollNoteViewModel {
|
|||||||
.filterIsInstance<LnZapEvent>()
|
.filterIsInstance<LnZapEvent>()
|
||||||
.map {
|
.map {
|
||||||
val zappedOption = it.zappedPollOption()
|
val zappedOption = it.zappedPollOption()
|
||||||
if (zappedOption == option && it.zappedRequestAuthor() == user.pubkeyHex ) {
|
if (zappedOption == option && it.zappedRequestAuthor() == user.pubkeyHex) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user