Skip to content

v4.0.19

Choose a tag to compare

@honey-cometchat honey-cometchat released this 16 Jan 13:38
· 3 commits to v4 since this release
f2da200

New

  • Introduced markMessageAsUnread(), enabling users to mark individual messages as unread for easier tracking and follow-up.
  • Added markConversationAsDelivered() to explicitly mark a conversation as delivered.
  • Added markConversationAsRead() to update the conversation status to read.
  • Added setLatestMessageId() to set the latest message ID for a conversation.

Enhancements

  • None

Fixes

  • None

Deprecations

  • Deprecated markAsUnread() in favor of markMessageAsUnread() .