diff --git a/README.md b/README.md index efe4f442..62a8fc84 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Cisco Webex Teams Fleep Socialcast -Riot +Element Pushbullet Movim diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 003dc655..6a9d0932 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -551,11 +551,11 @@ Ext.define('Hamsket.store.ServicesList', { ,type: 'messaging' }, { - id: 'riot' - ,logo: 'riot.png' - ,name: 'Riot' - ,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/' + id: 'Element' + ,logo: 'element.png' + ,name: 'Element' + ,description: 'Element is a simple and elegant collaboration environment that gathers all of your different conversations and app integrations into one single app.' + ,url: 'https://app.element.io/' ,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 diff --git a/resources/icons/element.png b/resources/icons/element.png new file mode 100644 index 00000000..48b8ecf9 Binary files /dev/null and b/resources/icons/element.png differ diff --git a/resources/icons/riot.png b/resources/icons/riot.png deleted file mode 100644 index 1a80ae1d..00000000 Binary files a/resources/icons/riot.png and /dev/null differ