Fix after rebase
This commit is contained in:
parent
8b051c5b86
commit
94dd599f13
@ -44,7 +44,8 @@ class PollResponseDataFactory @Inject constructor(
|
||||
)
|
||||
},
|
||||
winnerVoteCount = it.aggregatedContent?.winnerVoteCount ?: 0,
|
||||
totalVotes = it.aggregatedContent?.totalVotes ?: 0
|
||||
totalVotes = it.aggregatedContent?.totalVotes ?: 0,
|
||||
hasDecryptionError = it.encryptedRelatedEventIds.isNotEmpty(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user