Browse Source

Update 2016-12-19T16:05:58.948Z

gh-pages
Igor Zhukov 9 years ago
parent
commit
62886f8c33
  1. 2
      js/lib/push_worker.js
  2. 2
      service_worker.js
  3. 10
      webogram.appcache

2
js/lib/push_worker.js

@ -65,7 +65,7 @@ self.addEventListener('push', function(event) {
var closePromise = notificationPromise.catch(function () {
console.log('[SW] Closing all notifications on push')
if (userInvisibleSupported) {
return closeAllNotifications
return closeAllNotifications()
}
var promise = self.registration.showNotification('Telegram').then(function () {
// return closeAllNotifications()

2
service_worker.js

File diff suppressed because one or more lines are too long

10
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Mon Dec 19 2016 18:38:20 GMT+0300 (MSK)
# Time: Mon Dec 19 2016 19:05:49 GMT+0300 (MSK)
CACHE:
@ -46,10 +46,6 @@ img/icons/PhotoIcons.png
img/icons/PhotoIcons_2x.png
img/icons/ProfileIcons.png
img/icons/ProfileIcons_2x.png
js/lib/bin_utils.js
js/lib/crypto_worker.js
js/lib/polyfill.js
js/lib/push_worker.js
img/placeholders/DialogListAvatarSystem@2x.png
img/placeholders/GroupAvatar1@2x.png
img/placeholders/GroupAvatar2@2x.png
@ -67,6 +63,10 @@ img/placeholders/UserAvatar7@2x.png
img/placeholders/UserAvatar8@2x.png
img/placeholders/VideoThumbConversation.gif
img/placeholders/VideoThumbModal.gif
js/lib/bin_utils.js
js/lib/crypto_worker.js
js/lib/polyfill.js
js/lib/push_worker.js
js/locales/de-de.json
js/locales/en-us.json
js/locales/es-es.json

Loading…
Cancel
Save