github GetStream/stream-chat-android v6.9.0

7 days ago

stream-chat-android-client

🐞 Fixed

  • Fix ChatClient::queryBlockedUsers not working. #5532
  • Fix ChatClient::blockUser and ChatClient::unblockUser response parsing. #5532
  • Fix rare bug where the ConnectivityState is not updated to Offline 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 from Call<BlockUser> to Call<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 the showSystemMessages property when set to false. #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 to MessageComposerTheme for customizing the default action icons in the MessageComposer. #5535

⚠️ Changed

  • Replace usage of material with material3 components. #5537

Don't miss a new stream-chat-android release

NewReleases is sending notifications on new releases.