Fix contextual chat notifications

This commit is contained in:
yflory 2018-09-17 18:45:00 +02:00
parent e75b9ea168
commit 4025022352
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,6 @@ define([
var notify = function (id) {
find.inList(id).addClass('cp-app-contacts-notify');
notifyToolbar();
};
var unnotify = function (id) {
find.inList(id).removeClass('cp-app-contacts-notify');
@ -548,6 +547,7 @@ define([
var el_message = markup.message(message);
common.notify();
notifyToolbar();
channel.messages.push(message);