Browse Source

zulip: added service

pull/1313/head
hellerve 8 years ago
parent
commit
9843078af2
  1. 10
      app/store/ServicesList.js
  2. BIN
      resources/icons/zulip.png

10
app/store/ServicesList.js

@ -874,6 +874,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Free voice and video calls, ICQ support, Odnoklassniki, VKontakte, Facebook, online games, free SMS.' ,description: 'Free voice and video calls, ICQ support, Odnoklassniki, VKontakte, Facebook, online games, free SMS.'
,url: 'http://webagent.mail.ru/webim/agent/popup.html' ,url: 'http://webagent.mail.ru/webim/agent/popup.html'
,type: 'email' ,type: 'email'
} },
{
id: 'zulip'
,logo: 'zulip.png'
,name: 'zulip'
,description: "The world's most productive group chat"
,url: 'https://___.zulipchat.com/'
,type: 'messaging'
},
] ]
}); });

BIN
resources/icons/zulip.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Loading…
Cancel
Save