stream-chat-android-client
✅ Added
- Add
NotificationhandlerFactory.notificationBuilderTransformer
parameter to allow customization of the notification builder. #5881 - Support User Average Response Time. #5893
stream-chat-android-offline
✅ Added
- Add
StreamOfflinePluginFactory.ignoredChannelTypes
property to allow ignoring messages for specific channel types in the offline storage. #5877
stream-chat-android-state
🐞 Fixed
- Fix reactions not working in channels with disabled DB writes. #5883
- Fix delete message not working in channels with disabled DB writes. #5886
- Fix attachments upload not working in channels with message limit applied. #5886
- Fix thread not showing the parent message when offline support is disabled. #5891
✅ Added
- Add
StatePluginConfig.MessageLimitConfig
config to allow setting the maximum number of messages to be kept in memory for specific channel types. #5877
⚠️ Changed
- Deprecate
SendReactionListener.onSendReactionPrecondition(currentUser?, reaction: Reaction)
in favor ofSendReactionListener.onSendReactionPrecondition(cid: String?, currentUser: User?, reaction: Reaction)
. #5883
stream-chat-android-ui-common
🐞 Fixed
- Fix silent messages not shown in the channel preview in the channel list. #5880
stream-chat-android-compose
🐞 Fixed
- Fix media gallery screen not closed after all attachments are deleted from the message. #5884
- Fix the poll creation button to disable when multiple answers has a wrong input. #5885
- Fix media gallery not opened (closed automatically) when clicking on a media attachment in the message list. #5892
✅ Added
- Add
MessageTheme.linkBackgroundColor
for customizing the background color of the message link card. #5894
⚠️ Changed
- Deprecate
StreamColors.linkBackground
in favor ofMessageTheme.linkBackgroundColor
. #5894