Fix after rebase

This commit is contained in:
Maxime NATUREL 2023-01-12 10:03:01 +01:00
parent 8b051c5b86
commit 94dd599f13
1 changed files with 2 additions and 1 deletions

View File

@ -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(),
)
}
}