diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e2d21734..eead0001 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: 'observablehqtalk' + ,logo: 'observablehqtalk.png' + ,name: 'The Observable Forum' + ,description: 'General discussion for the Observable platform.' + ,url: 'https://talk.observablehq.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/observablehqtalk.png b/resources/icons/observablehqtalk.png new file mode 100644 index 00000000..245fb603 Binary files /dev/null and b/resources/icons/observablehqtalk.png differ