July 11th, 2023 - 5.17.7
stream-chat-android-client
🐞 Fixed
- Fixed
QueryChannelRequest.withWatchersto makewatchersaccessible in response. #4848 - Fixed WS being reconnected after App backgrounding. #4858
✅ Added
- Added
ChannelClient.fetchCurrentUserto fetch current user from backend. #4857 - Added
FetchCurrentUserListenerinterface used to perform actions as side effects when theChatCliet.fetchCurrentUser()method is used to fetch the current user from the backend. #4857
stream-chat-android-state
🐞 Fixed
- Fixed a metadata attachment not being sent. #4851
- Fixed
SyncManagernot emitting missed events after getting online. #4861
stream-chat-android-ui-components
✅ Added
- Added Typing Users list to
ChannelItem. #4867 - Added typing indicator on
ChannelLitsView. #4867 - Added options visibility customization for each channel in a list. #4869
⚠️ Changed
- Create new
bind()method onBaseChannelListItemViewHolderthat takes as parameterChannelItem. #4867
stream-chat-android-compose
✅ Added
- Added
MessageThemeto customize the message components intoChatTheme. #4855