stream-chat-android-client
✅ Added
- Added
notificationChannel
lambda parameter toNotificationHandlerFactory::createNotificationHandler
which is being used to create aNotificationChannel
.
⚠️ Changed
LoadNotificationDataWorker
is now using a separateNotificationChannel
withNotificationCompat.PRIORITY_LOW
.
stream-chat-android-offline
🐞 Fixed
- Fixed updating typing users. #3154
stream-chat-android-ui-components
🐞 Fixed
- Fixed displaying long usernames in message's footnote within
MessageListView
. #3149 - A bug that made
ScrollButtonView
inMessageListView
permanently visible. #3170 - Fixed display of read status indicators #3181
✅ Added
- Added a way to check if the adapters and message/channel lists have been initialized or not. #3182
- Added
streamUiRetryMessageEnabled
attribute toMessageListView
that allows to show/hide retry action in message's overlay. #3185
stream-chat-android-compose
🐞 Fixed
- Fixed display of read status indicators #3181