A read attribute on the notification resource would be helpful, with a boolean to denote read or unread status.
PFE is currently using the delivered attribute on the notification resource for the header notifications count and UI on the notifications page for read or unread status of notifications. This can be confusing when the Talk API (properly, as intended) toggles delivered from false to true when a user is emailed according to their notification email settings.
Please see this comment from related PFE Issue 4727 for additional information.
Notable code:
A
readattribute on the notification resource would be helpful, with a boolean to denote read or unread status.PFE is currently using the
deliveredattribute on the notification resource for the header notifications count and UI on the notifications page for read or unread status of notifications. This can be confusing when the Talk API (properly, as intended) togglesdeliveredfromfalsetotruewhen a user is emailed according to their notification email settings.Please see this comment from related PFE Issue 4727 for additional information.
Notable code: