Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion notifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ canonical: "https://cometchat.com/docs"

<Card title="Flutter (Android)" icon={<img src="/docs/images/icons/flutter.svg" alt="Flutter (Android)" />} href="/notifications/flutter-push-notifications-android" horizontal />
<Card title="Flutter (iOS)" icon={<img src="/docs/images/icons/flutter.svg" alt="Flutter (iOS)" />} href="/notifications/flutter-push-notifications-ios" horizontal />
<Card title="React Native" icon={<img src="/docs/images/icons/react.svg" alt="React Native" />} href="/notifications/react-native-push-notifications" horizontal />
<Card title="React Native (Android)" icon={<img src="/docs/images/icons/react.svg" alt="React Native (Android)" />} href="/notifications/react-native-push-notifications-android" horizontal />
<Card title="React Native (iOS)" icon={<img src="/docs/images/icons/react.svg" alt="React Native (iOS)" />} href="/notifications/react-native-push-notifications-ios" horizontal />
<Card title="Web" icon={<img src="/docs/images/icons/react.svg" alt="Web" />} href="/notifications/web-push-notifications" horizontal />
</CardGroup>
</div>
Expand Down
6 changes: 5 additions & 1 deletion notifications/push-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ UI Kit implementation
UI Kit implementation
</Card>

<Card title="React Native" icon={<img src="/docs/images/icons/react.svg" alt="React Native" />} href="/notifications/react-native-push-notifications">
<Card title="React Native (Android)" icon={<img src="/docs/images/icons/react.svg" alt="React Native (Android)" />} href="/notifications/react-native-push-notifications-android">
UI Kit implementation
</Card>

<Card title="React Native (iOS)" icon={<img src="/docs/images/icons/react.svg" alt="React Native (iOS)" />} href="/notifications/react-native-push-notifications-ios">
UI Kit implementation
</Card>

Expand Down
2 changes: 1 addition & 1 deletion ui-kit/android/core-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down