Browse Source

Merge pull request #2370 from Lomanic/fix/ms-teams-blank-page

Fix MS Teams blank page
pull/2453/head
Vulich Fernando 6 years ago committed by GitHub
parent
commit
2de8e8e41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/store/ServicesList.js

1
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'

Loading…
Cancel
Save