Skip to content

v6.3.2

Compare
Choose a tag to compare
@stream-public-bot stream-public-bot released this 01 May 20:07
· 33 commits to release since this release

Common changes for all artifacts

🐞 Fixed

  • Shadowed messages are filtered. #5234

⬆️ Improved

  • Channel.lastMessageAt is not updated when there is a new message within a thread. #5245

✅ Added

  • Added reason and custom fields to flag message endpoint.#5242
  • Added reason and custom fields to flag user endpoint.#5242
  • Added reactionGroups field to Message entity. #5247
  • Added ReactionSorting interface to allow custom sorting of reactions. #5248
  • Added privacySettings field to User entity. #5249

stream-chat-android-ui-components

⬆️ Improved

  • Channel List is not updated with new messages within a thread. #5245

✅ Added

  • Added a Button to jump to the first unread message in the channel. #5236
  • Added ViewReactionsViewStyle.reactionSorting field to customize the sorting of reactions. #5248

stream-chat-android-compose

🐞 Fixed

  • Fixed ChannelsState.isLoadingMore being stuck. #5239

⬆️ Improved

  • Channel List is not updated with new messages within a thread. #5245
  • MessageList accept reactionSorting parameter to customize the sorting of reactions. #5248