Common changes for all artifacts
π Fixed
- Shadowed messages are not increasing the unread count. #5229
stream-chat-android-client
β Added
- Added
ChatClient.getChannel
to fetch a channel with no side effects. #5227- Added
ChannelClient.get
to fetch a channel with no side effects.
- Added
- Added
UploadedFile.extraData
map field to include custom data to updated file attachments. #5230
β Removed
- Removed
UploadedImage
class, replace withUploadedFile
class. #5230
stream-chat-android-ui-components
π Fixed
- Fixed crash when providing a custom message view holder. #5232
β οΈ Changed
- π¨Breaking change: Exposed
MessageListItemViewHolderFactory.getItemViewType
which returns the view type for the given view holder. #5232- You have to implement this method in your custom
MessageListItemViewHolderFactory
implementation along with anothergetItemViewType
method, which returns the view type for the given message item.
- You have to implement this method in your custom