Browse Source

Fixes Microsoft Teams load

Fixes #620
v0.5.8
Ramiro Saenz 8 years ago
parent
commit
9eae853ca8
  1. 1
      app/store/ServicesList.js

1
app/store/ServicesList.js

@ -695,6 +695,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.' ,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' ,url: 'https://teams.microsoft.com'
,type: 'messaging' ,type: 'messaging'
,userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'
}, },
{ {
id: 'kezmo' id: 'kezmo'

Loading…
Cancel
Save