Skip to content

4.53.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 30 Apr 17:40
· 318 commits to main since this release

April 30, 2024

StreamChat

✅ Added

  • Add user privacy settings to control user events #3142
  • Add privacySettings parameter to connectUser() and CurrentUserController.updateUserData() #3142
  • Expose ChatCurrentUser.privacySettings #3142
  • Adds reactionGroups to ChatMessage so that reactions can be sorted by date in the message list #3158

StreamChatUI

✅ Added

  • Adds firstReactionAt and lastReactionAt to ChatMessageReactionData to be able to sort by dates in Components.reactionsSorting #3158
  • Add ChatReactionListController to query and filter reactions from a message #3167
  • Add ChatClient.reactionListController() to create an instance of ChatReactionListController #3167