Browse Source

Added Custom Domain to Zulip

Related #1313
pull/1390/head
Ramiro Saenz 7 years ago
parent
commit
dd04aedc64
  1. 3
      app/store/ServicesList.js

3
app/store/ServicesList.js

@ -881,10 +881,11 @@ Ext.define('Rambox.store.ServicesList', {
{
id: 'zulip'
,logo: 'zulip.png'
,name: 'zulip'
,name: 'Zulip'
,description: "The world's most productive group chat"
,url: 'https://___.zulipchat.com/'
,type: 'messaging'
,custom_domain: true
},
]
});

Loading…
Cancel
Save