stream-chat-android-core
✅ Added
- Added
Member.notificationsMuted
property support. #5217
stream-chat-android-ui-components
🐞 Fixed
- Fixed the crash happening while editing a message with a recording attachment. #5220
- Fixed intermittent crash when opening a channel. #5219
stream-chat-android-compose
🐞 Fixed
- Fixed
MessageListViewModel.selectExtendedReactions
not calling the proper function inMessageListController
. #5218
✅ Added
- Added
MessageTextFormatter
to format the message text. #5214- Can be overridden by
ChatTheme.messageTextFormatter
- Can be overridden by
- Added
QuotedMessageTextFormatter
to format the quoted message text. #5214- Can be overridden by
ChatTheme.quotedMessageTextFormatter
- Can be overridden by
- Added
itemModifier
parameter into bothMessageList
andMessages
components to allow customizing the message item. #5209