From a395d32360cec4afcbbd74857c23f148d3cdecf2 Mon Sep 17 00:00:00 2001 From: rodneyrod Date: Wed, 27 Sep 2017 19:31:27 +1000 Subject: [PATCH] Update ServicesList.js --- app/store/ServicesList.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 92adb130..cfb1da58 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -829,6 +829,14 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("unreadCount"),n=0;for(i=0;i=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' ,dont_update_unread_from_title: true + }, + { + id: 'Kune' + ,logo: 'kune.png' + ,name: 'Kune' + ,description: 'Kune is a web tool, based on Apache Wave, for creating environments of constant inter-communication, collective intelligence, knowledge and shared work.' + ,url: 'https://kune.cc' + ,type: 'messaging' } ] });