Skip to content

Releases: cometchat/chat-sdk-ionic

v2.0.5

08 Jan 16:02
Compare
Choose a tag to compare
  • Added return types for promises.
  • Added a method for getting JoinedGroups GUIDs.
  • Added a method to register token for subscribing to Push Notification.
  • Fixes in converting message to conversation.
  • Optimized Login while connecting to websocket server.
  • Added a fallback for websocket connection.
  • Added validation for sending media message.

v2.0.4

17 Dec 14:00
Compare
Choose a tag to compare
  • Fixed issue with CometChat.getLoggedinUser().
  • Fixed issue with search for GroupMemberRequest.
  • Added last message validation in ConversationRequest Builder.
  • Added a method to get all the joined groups for the logged in user.

v2.0.3

03 Dec 10:57
Compare
Choose a tag to compare
  • Init method was taking too much time.
  • Conversation Object was not exported.
  • Group Listeners were being overridden.