Skip to content

v6.3.5

Choose a tag to compare

@PrajwalDhuleCC PrajwalDhuleCC released this 25 Nov 14:18
· 22 commits to v6 since this release
8574ccc

New

  • Introduced support for mentioning all participants in a group conversation using @all, allowing users to quickly notify every member at once.
    • Added a new property disableMentionAll to CometChatMessageComposer, enabling developers to show or hide the @all mention option in group chats.
    • Added a new property mentionAllLabel to CometChatMessageComposer, allowing customization of the display label used when rendering @all mentions.
  • Added a new feature that allows users to report a specific message for moderation purposes.
    • Added hideFlagMessageOption — to hide the Flag Message option from the message actions menu.
    • Added hideFlagRemarkField — to hide the remark text area in the flag dialog.

Enhancements

  • Enhanced real-time agent chat visibility to respect the agentic filter settings in the Conversations Request Builder.

Fixes

  • None