April 26th, 2023 - 5.17.1
stream-chat-android-client
✅ Added
- Added
ChatClient.clearPersistence()to be able to clear local data even if the user is not connected. #4795
stream-chat-android-compose
✅ Added
- Added the lambda function
onContentItemClicktoUploadAttachmentFactory,LinkAttachmentFactory,GiphyAttachmentFactory,ImageAttachmentFactoryandFileAttachmentFactory. Overriding it will change the behaviour of clicking on different attachment content. #4754 and #4780 - Added the lambda function
onItemClicktoFileUploadContent,FileAttachmentContent,GiphyAttachmentContent,ImageAttachmentContentandLinkAttachmentContent. Overriding it will change the behaviour of clicking on different attachment content. #4754 and #4780
What's Changed
- Clear persistence (V5) by @JcMinarro in #4795
Full Changelog: v5.17.0-hotfix...v5.17.1-hotfix