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:
KeyDescriptionDefault Value
core.conversations.updateOnGroupActionsIndicates 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.updateOnRepliesIndicates 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.updateOnMessageActionsIndicates 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.updateOnCallActivityIndicates 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.updateOnMessageActionsIndicates 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.enabledtrue if Enhanced Push Notifications are enabled for the app, false otherwise.false
Kindly refer to the Map settings API for turning on/off the above-mentioned features in an app.