Read and unread indicators
This article covers how to set read and unread indicators in your News Feed cards via the Braze SDK.
important:
News Feed is being deprecated. We recommend migrating to our Content Cards messaging channel instead—it’s more flexible, customizable, and reliable. To get started, check out Migrating from News Feed.
Braze provides an unread and read indicator on News Feed cards as shown in the following image:
Disabling the indicators
In order to disable this functionality add the following style to your CSS:
1
2
.ab-read-dot { display: none; }
.ab-read-indicator { display: none; }
New Stuff!