stream-chat-android
- Now depends explicitly on AndroidX Fragment (fixes a potential crash with result handling)
- Update AndroidX dependencies: Activity 1.2.0-rc01 and Fragment 1.3.0-rc01
stream-chat-android-client
- Add filtering non image attachments in ChatClient::getImageAttachments
- Add a
channel
property tonotification.message_new
events - Fix deleting channel error
- 🚨 Breaking change: ChatClient::unmuteUser, ChatClient::unmuteCurrentUser,
ChannelClient::unmuteUser, and ChannelClient::unmuteCurrentUser now return Unit instead of Mute
stream-chat-android-offline
- Add LeaveChannel use case
- Add ChannelData::memberCount
- Add DeleteChannel use case
- Improve loading state querying channels
- Improve loading state querying messages