Fix contextual chat notifications
This commit is contained in:
parent
e75b9ea168
commit
4025022352
@ -107,7 +107,6 @@ define([
|
|||||||
|
|
||||||
var notify = function (id) {
|
var notify = function (id) {
|
||||||
find.inList(id).addClass('cp-app-contacts-notify');
|
find.inList(id).addClass('cp-app-contacts-notify');
|
||||||
notifyToolbar();
|
|
||||||
};
|
};
|
||||||
var unnotify = function (id) {
|
var unnotify = function (id) {
|
||||||
find.inList(id).removeClass('cp-app-contacts-notify');
|
find.inList(id).removeClass('cp-app-contacts-notify');
|
||||||
@ -548,6 +547,7 @@ define([
|
|||||||
var el_message = markup.message(message);
|
var el_message = markup.message(message);
|
||||||
|
|
||||||
common.notify();
|
common.notify();
|
||||||
|
notifyToolbar();
|
||||||
|
|
||||||
channel.messages.push(message);
|
channel.messages.push(message);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user