From dd04aedc6427c1de532d24ce132b9236d86e9592 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 16 Jan 2018 15:46:06 -0300 Subject: [PATCH] Added Custom Domain to Zulip Related #1313 --- app/store/ServicesList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }, ] });