Removing TODO
This commit is contained in:
parent
535940a09f
commit
3da449a8fe
@ -99,7 +99,6 @@ class MessageInformationDataFactory @Inject constructor(
|
|||||||
memberName = event.senderInfo.disambiguatedDisplayName,
|
memberName = event.senderInfo.disambiguatedDisplayName,
|
||||||
messageLayout = messageLayout,
|
messageLayout = messageLayout,
|
||||||
reactionsSummary = reactionsSummaryFactory.create(event),
|
reactionsSummary = reactionsSummaryFactory.create(event),
|
||||||
// TODO extract into a dedicated factory
|
|
||||||
pollResponseAggregatedSummary = event.annotations?.pollResponseSummary?.let {
|
pollResponseAggregatedSummary = event.annotations?.pollResponseSummary?.let {
|
||||||
PollResponseData(
|
PollResponseData(
|
||||||
myVote = it.aggregatedContent?.myVote,
|
myVote = it.aggregatedContent?.myVote,
|
||||||
|
Loading…
Reference in New Issue
Block a user