stream-chat-android-client
🐞 Fixed
- Fix
ChatClient::queryBlockedUsers
not working. #5532 - Fix
ChatClient::blockUser
andChatClient::unblockUser
response parsing. #5532 - Fix rare bug where the
ConnectivityState
is not updated toOffline
after disconnecting the device from network. #5538
✅ Added
- Add
ClientState::user::blockedUserIds
exposing the list of the current user's blocked users. #5533
⚠️ Changed
- 🚨 Breaking change: Change
ChatClient::unblockUser
return type fromCall<BlockUser>
toCall<Unit>
as we no longer get information about the unblocked user. #5532
stream-chat-android-state
✅ Added
- Add
GlobalState::blockedUserIds
exposing the list of the current user's blocked users. #5533
stream-chat-android-ui-common
🐞 Fixed
- Fix
MessageListController
not respecting theshowSystemMessages
property when set tofalse
. #5546
stream-chat-android-ui-components
✅ Added
- Add "Unblock user" message menu option shown for messages from blocked users. #5533
stream-chat-android-compose
✅ Added
- Add "Unblock user" message menu option shown for messages from blocked users. #5533
- Add
ComposerActionsTheme
property toMessageComposerTheme
for customizing the default action icons in theMessageComposer
. #5535
⚠️ Changed
- Replace usage of
material
withmaterial3
components. #5537