Skip to content

v5.2.4

Choose a tag to compare

@vivekCometChat vivekCometChat released this 27 Nov 09:10
· 11 commits to v5 since this release
1c28f40

New

  • Enhanced support for replying to messages and handling quoted messages in the chat UI kit, especially for collaborative document, whiteboard, and polls extensions.
  • Added support for flagging messages for moderation.

Enhancements

  • Added listeners (CometChatMessageEvents) in CollaborativeDocumentExtensionDecorator, CollaborativeWhiteboardExtensionDecorator, and PollsExtensionDecorator to track quoted messages and manage their status based on reply progress or completion.
  • Updated callWriteBoardExtension and callWhiteBoardExtension methods in Extensions.java to accept and process a quotedMessageId parameter in the payload.
  • Modified attachment option click handlers to extract and pass the quoted message ID, triggering appropriate reply completion callbacks.
  • Implemented custom reply view logic for both document and whiteboard extensions, ensuring the reply view container is correctly sized and includes a message preview.

Fixes

  • No bug fixes in this release.

Deprecations

  • None

Removals

  • None