Skip to content

v4.3.1

Compare
Choose a tag to compare
@rohitninawe-cometchat rohitninawe-cometchat released this 04 Jun 11:13
· 21 commits to v4 since this release
952f8f4

Enhancements

  • Call status has been synchronized with the react UI kit.
  • A check has been implemented to verify if a camera is available before it's accessed.
  • Selection icon in transfer ownership has been updated.
  • Add check to live react to confirm which conversation it belongs to.
  • Improved user experience with the addition of an error state in messages.
  • Conversations now verify if the logged-in user has an ongoing conversation.
  • Removed dependency on react-native-async-storage.

Fixes

  • Resolved an issue in which the kick action message was not visible when a user added and then kicked.
  • Fixed the issue where the conversation was still visible after a user was banned or kicked from a group.
  • Rectified visibility of "1 new message" header even when there were no new messages.
  • Addressed issue with the unread count becoming one after sending the first message in a conversation.
  • Fixed issue with request builders being passed to Groups & Users component from Contacts component.
  • Resolved the flow of blocking a user.
  • Rectified the issue related to checking deleted messages.
  • Fixed a minor recurring issue in setAccent() method.
  • Added a check before updating the message in edit and delete message events.
  • Added id check in message list.