Removing TODO

This commit is contained in:
Maxime NATUREL 2023-01-03 10:43:10 +01:00
parent 535940a09f
commit 3da449a8fe
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class MessageInformationDataFactory @Inject constructor(
memberName = event.senderInfo.disambiguatedDisplayName,
messageLayout = messageLayout,
reactionsSummary = reactionsSummaryFactory.create(event),
// TODO extract into a dedicated factory
pollResponseAggregatedSummary = event.annotations?.pollResponseSummary?.let {
PollResponseData(
myVote = it.aggregatedContent?.myVote,