July 11th, 2023 - 5.17.7
stream-chat-android-client
🐞 Fixed
- Fixed
QueryChannelRequest.withWatchers
to makewatchers
accessible in response. #4848 - Fixed WS being reconnected after App backgrounding. #4858
✅ Added
- Added
ChannelClient.fetchCurrentUser
to fetch current user from backend. #4857 - Added
FetchCurrentUserListener
interface 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
SyncManager
not 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 onBaseChannelListItemViewHolder
that takes as parameterChannelItem
. #4867
stream-chat-android-compose
✅ Added
- Added
MessageTheme
to customize the message components intoChatTheme
. #4855