stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

feat: allow to review message processing before rendering in message lists

Open MartinCupela opened this issue 2 months ago • 2 comments

🎯 Goal

Allow integrators to influence the "processing" of messages before they are rendered. The adjustment is possible for each message retrieved from the back-end by passing reviewProcessedMessage prop to MessageList resp. VirtualizedMessageList

MartinCupela avatar Apr 26 '24 14:04 MartinCupela