4.53.0
April 30, 2024
StreamChat
✅ Added
- Add user privacy settings to control user events #3142
- Add
privacySettings
parameter toconnectUser()
andCurrentUserController.updateUserData()
#3142 - Expose
ChatCurrentUser.privacySettings
#3142 - Adds
reactionGroups
toChatMessage
so that reactions can be sorted by date in the message list #3158
StreamChatUI
✅ Added
- Adds
firstReactionAt
andlastReactionAt
toChatMessageReactionData
to be able to sort by dates inComponents.reactionsSorting
#3158 - Add
ChatReactionListController
to query and filter reactions from a message #3167 - Add
ChatClient.reactionListController()
to create an instance ofChatReactionListController
#3167