Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2370 from Lomanic/fix/ms-teams-blank-page
Browse files Browse the repository at this point in the history
Fix MS Teams blank page
  • Loading branch information
fvulich committed Nov 5, 2019
2 parents 41977ea + 42be7f3 commit 2de8e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/store/ServicesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2de8e8e

Please sign in to comment.