March 16, 2022
StreamChat
✅ Added
- Add Offline Support (Connection & events recovery, and offline actions queuing) #1831
- Add
MessageSearchSortingKey.createdAt
andupdatedAt
for sorting options #1824
🐞 Fixed
- Fix
ChatMessageSearchController
not respectingsort
param #1824 - Fix
ChatMessageSearchController
not removing old search results #1824 - Fix
ChatMessageSearchController
making empty searches #1824
StreamChatUI
🔄 Changed
- ⚠️ Change default message deleted visibility to
.alwaysVisible
#1851- Note: This change is required to be align with the other SDK Platforms. If you still want the older behaviour, you should set the
ChatClientConfig.deletedMessagesVisibility
to.visibleForCurrentUser
.
- Note: This change is required to be align with the other SDK Platforms. If you still want the older behaviour, you should set the
✅ Added
- Make it possible to customize the message view only in the popup actions #1844