Browse Source

Merge pull request #792 from lipis/patch-1

No need for custom user agent for Wire
pull/450/merge
Ramiro Saenz 8 years ago committed by GitHub
parent
commit
c4cb54f03e
  1. 1
      app/store/ServicesList.js

1
app/store/ServicesList.js

@ -265,7 +265,6 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'HD quality calls, private and group chats with inline photos, music and video. Also available for your phone or tablet.'
,url: 'https://app.wire.com/'
,type: 'messaging'
,userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'
},
{
id: 'sync'

Loading…
Cancel
Save