diff --git a/docs.json b/docs.json index 035cebab9..a2c42fddf 100644 --- a/docs.json +++ b/docs.json @@ -2694,55 +2694,15 @@ "ui-kit/angular/components/cometchat-group-member-item" ] }, - { - "group": "Message Header", - "pages": [ - "ui-kit/angular/components/cometchat-message-header" - ] - }, - { - "group": "Search", - "pages": [ - "ui-kit/angular/components/cometchat-search" - ] - }, - { - "group": "Message List", - "pages": [ - "ui-kit/angular/components/cometchat-message-list" - ] - }, - { - "group": "Message Composer", - "pages": [ - "ui-kit/angular/components/cometchat-message-composer" - ] - }, - { - "group": "Message Bubble", - "pages": [ - "ui-kit/angular/components/cometchat-message-bubble" - ] - }, - { - "group": "Message Information", - "pages": [ - "ui-kit/angular/components/cometchat-message-information" - ] - }, - { - "group": "Thread Header", - "pages": [ - "ui-kit/angular/components/cometchat-thread-header" - ] - }, - { - "group": "Pinned & Saved", - "pages": [ - "ui-kit/angular/components/cometchat-pinned-messages", - "ui-kit/angular/components/cometchat-saved-messages" - ] - }, + "ui-kit/angular/components/cometchat-message-header", + "ui-kit/angular/components/cometchat-search", + "ui-kit/angular/components/cometchat-message-list", + "ui-kit/angular/components/cometchat-message-composer", + "ui-kit/angular/components/cometchat-message-bubble", + "ui-kit/angular/components/cometchat-message-information", + "ui-kit/angular/components/cometchat-thread-header", + "ui-kit/angular/components/cometchat-pinned-messages", + "ui-kit/angular/components/cometchat-saved-messages", { "group": "Message Bubbles", "pages": [ diff --git a/ui-kit/angular/components/cometchat-message-list.mdx b/ui-kit/angular/components/cometchat-message-list.mdx index 771b87374..91b033327 100644 --- a/ui-kit/angular/components/cometchat-message-list.mdx +++ b/ui-kit/angular/components/cometchat-message-list.mdx @@ -437,7 +437,7 @@ This section provides a complete reference of all @Input properties, @Output eve When the feature is enabled, the context menu carries a single follow/unfollow option immediately after **Reply in thread**, so the two thread actions stay together. Its title flips with the state: "Subscribe to thread" when the user does not follow the thread, "Unsubscribe from thread" when they do — the same wording the thread header's control uses. -The option renders only when `enableThreadSubscription: true` is provided through [`COMETCHAT_GLOBAL_CONFIG`](/ui-kit/angular/customization/global-config#enablethreadsubscription) — the feature is **off by default** — and `hideThreadSubscriptionOption` is `false`. +The option renders only when `enableThreadSubscription: true` is provided through `COMETCHAT_GLOBAL_CONFIG` — the feature is **off by default** — and `hideThreadSubscriptionOption` is `false`. ```html expandable - Thread subscription is **off by default**. Turn it on with `enableThreadSubscription` in [Global Configuration](/ui-kit/angular/customization/global-config#enablethreadsubscription) — no backend capability flag exists for the kit to feature-detect from, so whether the thread endpoints are deployed for your app is something only you know. + Thread subscription is **off by default**. Turn it on with `enableThreadSubscription` in `COMETCHAT_GLOBAL_CONFIG` — no backend capability flag exists for the kit to feature-detect from, so whether the thread endpoints are deployed for your app is something only you know. To react to a change, handle `(threadSubscriptionChange)` on either surface: