Browse Source

Fixed hide notification on readHistory

master
Igor Zhukov 10 years ago
parent
commit
28610458d5
  1. 1
      app/js/services.js
  2. 2
      app/webogram.appcache

1
app/js/services.js

@ -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);
} }
} }
} }

2
app/webogram.appcache

@ -1,6 +1,6 @@
CACHE MANIFEST CACHE MANIFEST
# 60 # 61
NETWORK: NETWORK:
* *

Loading…
Cancel
Save