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' } ] });