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
The sender of a message will now see a double tick on a group message to indicate that the message has been successfully delivered to all users within that group, and a double blue tick once it has been read by all participants in the group.
Enhancements:
Enhanced image fetching by adding a retry mechanism and proper error handling. If an error occurs, the loader no longer displays indefinitely. Instead a default placeholder image will be shown.
Fixes:
Fixed an issue where quick reactions in the Action Sheet looked incorrect in dark mode due to the background color not being picked from the theme.
Fixed an issue where the first message received by an user was not visible in real-time in the message list.
Fixed an issue where the keyboard could not be dismissed in a new conversation by clicking outside of the keyboard view.
Trimmed user and group names in action messages and last message previews in the CometChatConversations component.
Fixed an issue with the incorrect date separator in CometChatMessageList.
Fixed an issue with message bubble alignment when reactions are present on the message sent by the logged-in user.
Fixed an issue with the alignment of the delivered/read receipt in the CometChatMessageInformation component.
Fixed an issue where the default message options were not available on group call message bubble.