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