Browse Source

Keep session for Wire

Fixes #253
pull/291/merge
Ramiro Saenz 9 years ago
parent
commit
dce30742d6
  1. 3
      app/store/ServicesList.js

3
app/store/ServicesList.js

@ -251,8 +251,9 @@ Ext.define('Rambox.store.ServicesList', {
,logo: 'wire.png' ,logo: 'wire.png'
,name: 'Wire' ,name: 'Wire'
,description: 'HD quality calls, private and group chats with inline photos, music and video. Also available for your phone or tablet.' ,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/auth/#login' ,url: 'https://app.wire.com/'
,type: 'messaging' ,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' id: 'sync'

Loading…
Cancel
Save