Bug 1418821 - Conversations with unread messages should be bold, r=nhnt11.

This commit is contained in:
Florian Quèze 2017-11-20 15:19:55 +01:00
Родитель 9e4dab3a82
Коммит 8e19098bc1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -136,6 +136,7 @@
let unreadCount = this.conv.unreadIncomingMessageCount;
let directedMessages = unreadCount;
if (unreadCount) {
this.setAttribute("unread", "true");
if (this.conv.isChat) {
directedMessages = this.conv.unreadTargetedMessageCount;
if (directedMessages)