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
Resolved an issue where the date strings today and yesterday were not being localised.
Fixed an issue where the Delete And Exit Group option was not visible to the admin of a group.
Fixed an issue where closing the message information modal caused a console error, preventing the message information from being reopened in the same conversation.
Fixed an issue with message text not visible in composer when editing a message which was sent in the chat by pasting from clipboard.
Fixed an issue where, when passing a custom MessagesRequestBuilder to CometChatMessageList, messages from the previous conversation were visible after switching chats.
Fixed an issue where, while searching for a group in the CometChatGroups component, a newly added group was being incorrectly appended to the search results.
Fixed an issue where the CometChatAddMembers component did not automatically close after successfully adding new members to a group.
Fixed an issue where delivery receipts were not visible in real-time when sending a message to an online user.
Fixed an issue where read and delivered receipts were not updating correctly if the messages are marked read in real-time.
Resolved an issue where opening a group conversation failed after a new member was added to another group while the logged-in user was viewing a different group conversation in the CometChatGroupsWithMessage component.