Browse Source

Matrix is rebranding Riot to Element and plans to shut down Riot "within a few weeks".

Fixes #216.
pull/3202/head
TheGoddessInari 5 years ago
parent
commit
249264e90f
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 2
      README.md
  2. 10
      app/store/ServicesList.js
  3. BIN
      resources/icons/element.png
  4. BIN
      resources/icons/riot.png

2
README.md

@ -124,7 +124,7 @@
<img width="80" align="left" src="./resources/icons/webexteams.png" alt="Cisco Webex Teams" title="Cisco Webex Teams">
<img width="80" align="left" src="./resources/icons/fleep.png" alt="Fleep" title="Fleep">
<img width="80" align="left" src="./resources/icons/socialcast.png" alt="Socialcast" title="Socialcast">
<img width="80" align="left" src="./resources/icons/riot.png" alt="Riot" title="Riot">
<img width="80" align="left" src="./resources/icons/element.png" alt="Element" title="Element">
<img width="80" align="left" src="./resources/icons/pushbullet.png" alt="Pushbullet" title="Pushbullet">
<img width="80" align="left" src="./resources/icons/movim.png" alt="Movim" title="Movim">

10
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

BIN
resources/icons/element.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
resources/icons/riot.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Loading…
Cancel
Save