Fix thread deleted root message summary

This commit is contained in:
ariskotsomitopoulos 2022-03-15 16:34:17 +01:00
parent 7db2ff2cfd
commit c3f1b748a3

View file

@ -155,7 +155,7 @@ class MessageItemFactory @Inject constructor(
if (event.root.isRedacted()) {
// message is redacted
val attributes = messageItemAttributesFactory.create(null, informationData, callback, params.reactionsSummaryEvents)
val attributes = messageItemAttributesFactory.create(null, informationData, callback, params.reactionsSummaryEvents, threadDetails)
return buildRedactedItem(attributes, highlight)
}