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