docs(android-uikit): reframe thread subscription coverage - #521
Open
hritika-cometchat wants to merge 3 commits into
Open
docs(android-uikit): reframe thread subscription coverage#521hritika-cometchat wants to merge 3 commits into
hritika-cometchat wants to merge 3 commits into
Conversation
- Android: drop the `setEnableThreadSubscription` / `isThreadSubscriptionEnabled` init-time gate from the UI Kit settings docs; the feature is documented as available out of the box. - Android: fold the standalone Thread Subscription guide into the Threaded Messages guide as a `Thread Subscription` section, remove the nav entry and add a redirect to the new anchor. - Android: keep a separate Thread Subscription entry in core features next to Threaded Conversations, pointing at the merged guide section. - React: add a Thread Subscription subsection under Threaded Conversations in core features, linking the message list option and thread header bell. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
- message-list: `setThreadSubscriptionOptionVisibility()` no longer footnoted as depending on a thread-subscription feature gate. - threaded-messages-header: same for the subscription bell row in the XML/Compose parity table. - core-features: restore the blank line before `## Threaded Conversations` so the heading renders after the Rich Text Formatting table. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…tions Demote the core-features `Thread Subscription` heading from `##` to `###` so it reads as a subsection of Threaded Conversations, matching how the React UI Kit core-features page is structured. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
hritika-cometchat
requested review from
jitvarpatil and
raj-dubey1
as code owners
September 11, 2026 14:32
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reframes the Android UI Kit's thread-subscription docs: the standalone guide is folded into the threaded-messages guide, and the feature-gate wording is dropped now that the gate no longer sits on
UIKitSettings.Pairs with cometchat-team/uikit-android#913, which moves the gate out of
UIKitSettingsand flips it to default-ON for parity with React and React Native.Changes
Removed as stale — these documented API that #913 deletes:
ui-kit/android/methods.mdxUIKitSettingstable rowsetEnableThreadSubscription— "Opt in… Defaultfalse"CometChatUIKit.isThreadSubscriptionEnabled()Restructured —
guide-thread-subscription.mdx(157 lines) is deleted and its content merged intoguide-threaded-messages.mdx(+113), with the nav entry nested under Threaded Conversations indocs.json. Subscription is a behaviour of threads, not a separate feature, so it reads better in one place.Reworded —
core-features.mdx,message-list.mdx,events.mdxandthreaded-messages-header.mdxnow describe the feature as enabled by default, with the per-surface controls (setThreadSubscriptionOptionVisibility/hideThreadSubscriptionOption,setThreadSubscriptionVisibility/hideThreadSubscription) as the way to hide a surface.ui-kit/react/core-features.mdxgets a matching blurb so web and Android describe the feature the same way.Merge order
Land this with or after uikit-android#913 — until that ships, these pages describe behaviour the released v6.0.8 kit doesn't have.
🤖 Generated with Claude Code