From f188bd81c23a75ad70d2e93d46d32c5f863cd586 Mon Sep 17 00:00:00 2001 From: "Joshua H. Fogg" Date: Thu, 2 Aug 2018 13:29:44 +0100 Subject: [PATCH] Added Reddit to service list --- app/store/ServicesList.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e2d21734..e41ee0a6 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -908,6 +908,14 @@ Ext.define('Rambox.store.ServicesList', { ,manual_notifications: true ,dont_update_unread_from_title: true ,js_unread: 'function checkUnread(){updateBadge(document.querySelectorAll(".SSPGKf.EyyDtb.Q6oXP:not(.oCHqfe) .eM5l9e.FVKzAb").length)}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3000);' + }, + { + id: 'reddit' + ,logo: 'reddit.png' + ,name: 'Reddit' + ,description: 'Reddit\'s in-build chat service.' + ,url: 'https://www.reddit.com/chat' + ,type: 'messaging' } ] });