From 42be7f3a1ffe73db14858b56bcc787577f0c92cc Mon Sep 17 00:00:00 2001 From: Lomanic Date: Sat, 10 Aug 2019 21:02:27 +0200 Subject: [PATCH] Fix MS Teams blank page Fix #2347 following tip by @basaas at https://github.com/IsmaelMartinez/teams-for-linux/issues/171#issuecomment-520156196 --- app/store/ServicesList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 0daaf178..2dc0cad5 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -687,6 +687,7 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Microsoft Teams is the chat-based workspace in Office 365 that integrates all the people, content, and tools your team needs to be more engaged and effective.' ,url: 'https://teams.microsoft.com' ,type: 'messaging' + ,js_unread: 'Object.defineProperty(navigator.serviceWorker,"register",{value:()=>Promise.reject()});' }, { id: 'kezmo'