Skip to content

4.0.6

Compare
Choose a tag to compare
@rohit-cometchat rohit-cometchat released this 16 Apr 13:55
· 4 commits to v4 since this release
1a8442b

New

  • Added a new boolean property isBannedFromGroup to the Group model class to indicate whether the user is banned from the group or not.
  • Introduced three new properties in CustomMessage class as follows:
    • sendNotification: True value will trigger a notification for the custom message.
    • conversationText: This string can be used to display the last message text in the conversation list.
    • updateConversation: If set to true, the message will appear as the last message in the Conversation and will update and reorder the conversation list, placing the conversation at the top.