You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.