Browse Source

Merge pull request #1313 from hellerve/zulip

Added Zulip service
pull/1216/merge
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
3ca41063c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      app/store/ServicesList.js
  2. BIN
      resources/icons/zulip.png

10
app/store/ServicesList.js

@ -876,6 +876,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Free voice and video calls, ICQ support, Odnoklassniki, VKontakte, Facebook, online games, free SMS.'
,url: 'http://webagent.mail.ru/webim/agent/popup.html'
,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