From 6464624486f62e887560c0874e2cd0c4cb6c419a Mon Sep 17 00:00:00 2001 From: Swapnil Godambe Date: Wed, 4 Feb 2026 19:10:02 +0530 Subject: [PATCH 1/2] fixes navigation --- notifications.mdx | 3 ++- notifications/push-overview.mdx | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/notifications.mdx b/notifications.mdx index 2e35c6c9..8c8fb872 100644 --- a/notifications.mdx +++ b/notifications.mdx @@ -66,7 +66,8 @@ canonical: "https://cometchat.com/docs" } href="/notifications/flutter-push-notifications-android" horizontal /> } href="/notifications/flutter-push-notifications-ios" horizontal /> - } href="/notifications/react-native-push-notifications" horizontal /> + } href="/notifications/react-native-push-notifications-android" horizontal /> + } href="/notifications/react-native-push-notifications-ios" horizontal /> } href="/notifications/web-push-notifications" horizontal /> diff --git a/notifications/push-overview.mdx b/notifications/push-overview.mdx index 09e21c6c..1330243c 100644 --- a/notifications/push-overview.mdx +++ b/notifications/push-overview.mdx @@ -58,7 +58,11 @@ UI Kit implementation UI Kit implementation -} href="/notifications/react-native-push-notifications"> +} href="/notifications/react-native-push-notifications-android"> +UI Kit implementation + + +} href="/notifications/react-native-push-notifications-ios"> UI Kit implementation From 8fd293ef572faddd294fbc90043a760ce9b1653d Mon Sep 17 00:00:00 2001 From: Swapnil Godambe Date: Thu, 5 Feb 2026 20:18:02 +0530 Subject: [PATCH 2/2] Update core-features.mdx --- ui-kit/android/core-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-kit/android/core-features.mdx b/ui-kit/android/core-features.mdx index 7cccb324..ecc7e147 100644 --- a/ui-kit/android/core-features.mdx +++ b/ui-kit/android/core-features.mdx @@ -166,7 +166,7 @@ Learn more about setting up moderation rules and managing content in the [Modera After implementing moderation rules, users can report messages they find inappropriate or harmful. As a next step, you can enable the **[Report Message](#report-message)** feature to allow users to flag messages for review by moderators. -### Report Message +## Report Message The Report Message feature allows users to report inappropriate or harmful messages within the chat. Users can choose from predefined reasons and provide additional remarks for detailed context. This feature helps maintain a safe and respectful chat environment.