File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/components/MessageList Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ type PropsDrilledToMessage =
7777 | 'messageActions'
7878 | 'openThread'
7979 | 'reactionDetailsSort'
80+ | 'renderText'
8081 | 'sortReactions'
8182 | 'sortReactionDetails' ;
8283
@@ -214,6 +215,7 @@ const VirtualizedMessageListWithContext = (
214215 // TODO: refactor to scrollSeekPlaceHolderConfiguration and components.ScrollSeekPlaceholder, like the Virtuoso Component
215216 overscan = 0 ,
216217 reactionDetailsSort,
218+ renderText,
217219 returnAllReadData = false ,
218220 reviewProcessedMessage,
219221 scrollSeekPlaceHolder,
@@ -511,6 +513,7 @@ const VirtualizedMessageListWithContext = (
511513 ownMessagesReadByOthers,
512514 processedMessages,
513515 reactionDetailsSort,
516+ renderText,
514517 returnAllReadData,
515518 shouldGroupByUser,
516519 sortReactionDetails,
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export const messageRenderer = (
130130 ownMessagesReadByOthers,
131131 processedMessages : messageList ,
132132 reactionDetailsSort,
133+ renderText,
133134 returnAllReadData,
134135 shouldGroupByUser,
135136 sortReactionDetails,
@@ -217,6 +218,7 @@ export const messageRenderer = (
217218 openThread = { openThread }
218219 reactionDetailsSort = { reactionDetailsSort }
219220 readBy = { ownMessagesReadByOthers [ message . id ] || [ ] }
221+ renderText = { renderText }
220222 returnAllReadData = { returnAllReadData }
221223 sortReactionDetails = { sortReactionDetails }
222224 sortReactions = { sortReactions }
You can’t perform that action at this time.
0 commit comments