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
Introduced new moderation controls, including properties and methods to manage visibility for the flag remark input in CometChatMessageList. This includes setFlagRemarkInputFieldVisibility and related getter methods.
Added the ability to enable or disable the "mention all" feature, along with custom labels for specific IDs in both CometChatMessageComposer, CometChatConversations, CometChatSearch and CometChatMessageList.
Enhancements
Improved the visibility and user experience of the flagging system by refactoring the "report" option to align with "flag" terminology for consistency.
Enhanced the "mention all" feature by introducing new methods like setDisableMentionAll and setMentionAllLabelId, giving developers greater flexibility in managing mentions.
Added support for customizing the thread icon in the search component, allowing more flexibility in UI theming.
Fixes
Fixed various bugs related to the visibility of moderation views and flag remark input fields to ensure proper functionality across all use cases.