From 51970ee2f66a881a736fa2a4fde5563670fb6b35 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Fri, 12 Nov 2021 14:29:38 -0800 Subject: [PATCH] Remove Riot service, since it was deprecated long ago. Fixes #285. --- app/store/ServicesList.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index b921874d..bfe7a159 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -550,16 +550,6 @@ Ext.define('Hamsket.store.ServicesList', { ,url: 'https://www.pushbullet.com/' ,type: 'messaging' }, - { - id: 'riot' - ,logo: 'riot.png' - ,name: 'Riot (deprecated)' - ,description: 'Riot is a simple and elegant collaboration environment that gathers all of your different conversations and app integrations into one single app.' - ,url: 'https://riot.im/app/' - ,type: 'messaging' - ,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("mx_RoomTile_nameContainer");let b=0;for(let i of a){const c=i.getElementsByClassName("mx_RoomTile_badge");for(let ii of c){const iiTrim=parseInt(ii.textContent.trim());iiTrim%1==0&&(b+=iiTrim)}}hamsket.updateBadge(b)};setInterval(checkUnread,1e3);` - ,custom_domain: true - }, { id: 'Element' ,logo: 'element.png'