Skip to content

v4.3.18

Compare
Choose a tag to compare
@mathews-cometchat mathews-cometchat released this 21 Aug 13:39
· 4 commits to v4 since this release
b43b2fa

New:

  • Added a new prop hideReceipt to hide the receipt in the message bubble and conversation’s last message.

Enhancements:

  • If isIncludeBlockedUsers is set to true in the ConversationsRequestBuilder and the logged-in user blocks another user, the conversation is not removed from the list.

Fixes:

  • Fixed an issue where the group action message bubble was rendered as empty when performing any group action.
  • Fixed an issue where the Interactive message bubble UI was breaking.
  • Fixed an issue where if the conversation type was set to users and a message was received in a group, the group was visible in the conversations list in real time.
  • Fixed an issue where messages outside the open thread were also being marked as read.
  • Fixed an issue where the scrollToBottomOnNewMessages prop of CometChatMessageList was not functioning correctly.
  • Fixed an issue where bringing the app to the foreground after receiving interactive and text messages while in the background caused an error.

Deprecations:

  • Deprecated disableReceipt prop from CometChatMessageList & CometChatConversations component.