You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.