> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-feature-react-native-sdk-quotedmessage-a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

**Customise Conversation Previews and Unread Counts**

Tailor the conversation list by choosing which message types appear as the last message for each conversation & increment the unread message count.

The set of keys that is used for toggling features are as follows:

| Key                                         | Description                                                                                                                                                  | Default Value |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- |
| `core.conversations.updateOnGroupActions`   | Indicates whether group actions (e.g., member joined, left, banned) should be shown as the last message in a conversation along with the unread count.       | `true`        |
| `core.conversations.updateOnReplies`        | Indicates whether sending a message in a thread should be shown as the last message in a conversation. Thread replies do **not** increment the unread count. | `true`        |
| `core.conversations.updateOnMessageActions` | Indicates whether message actions (e.g., edited or deleted) should be shown as the last message in a conversation along with the unread count.               | `false`       |
| `core.conversations.updateOnCallActivity`   | Indicates whether call activities (e.g., initiated, accepted, rejected) should be shown as the last message in a conversation along with the unread count.   | `false`       |
| `core.threads.updateOnMessageActions`       | Indicates whether message actions (e.g., edited or deleted) in a thread should be shown as the last message in a conversation along with the unread count.   | `false`       |
| `core.notifications.push.enabled`           | `true` if Enhanced Push Notifications are enabled for the app, `false` otherwise.                                                                            | `false`       |

Kindly refer to the [Map settings API](/rest-api/management-apis/settings/maps-settings) for turning on/off the above-mentioned features in an app.
