stream-chat-android-client
🐞 Fixed
- Ensure PushNotification Permissions are only requested on the case
NotificationConfig.requestPermissionOnAppLaunch
lambda returnstrue
.#5158
⚠️ Changed
- Exposed
Decorator
and related classes for the betterMessageListView
customization. #5144
stream-chat-android-state
✅ Added
stream-chat-android-ui-common
🐞 Fixed
- Fixed unread count not being cleared while user is inside a channel. #5146
✅ Added
- Added
StartOfTheChannelItemState
, a newMessageListItemState
that represent the start of the channel inside a message list. #5145
⚠️ Changed
- Changed
AttachmentConstants.MAX_ATTACHMENTS_COUNT
to align with the API limits. #5159
stream-chat-android-ui-components
🐞 Fixed
- Fixed blinking of the message list. #5150
✅ Added
- Added
StartOfTheChannelItem
, a newMessageListItem
that represent the start of the channel inside a message list. #5145
stream-chat-android-compose
✅ Added
- Added
startOfTheChannelItemState
composable function toMessageContainer
to be able to render the start of the channel. #5145