mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Fix after rebase
This commit is contained in:
parent
8b051c5b86
commit
94dd599f13
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ class PollResponseDataFactory @Inject constructor(
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
winnerVoteCount = it.aggregatedContent?.winnerVoteCount ?: 0,
|
winnerVoteCount = it.aggregatedContent?.winnerVoteCount ?: 0,
|
||||||
totalVotes = it.aggregatedContent?.totalVotes ?: 0
|
totalVotes = it.aggregatedContent?.totalVotes ?: 0,
|
||||||
|
hasDecryptionError = it.encryptedRelatedEventIds.isNotEmpty(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue