diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 865fb162..a9e2f96c 100644 --- a/app/store/ServicesList.js +++ b/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 }, ] });