Fixed hide notification on readHistory
This commit is contained in:
parent
0374fd9710
commit
28610458d5
@ -1255,6 +1255,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
|||||||
if (messagesForDialogs[messageID]) {
|
if (messagesForDialogs[messageID]) {
|
||||||
messagesForDialogs[messageID].unread = false;
|
messagesForDialogs[messageID].unread = false;
|
||||||
}
|
}
|
||||||
|
NotificationsManager.cancel('msg' + messageID);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
|
|
||||||
# 60
|
# 61
|
||||||
|
|
||||||
NETWORK:
|
NETWORK:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user