mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 23:06:24 +02:00
Fixes format
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user