Browse Source

Added Riot

pull/367/head
Ramiro Saenz 9 years ago
parent
commit
a82d1dceda
  1. 8
      app/store/ServicesList.js
  2. BIN
      resources/icons/riot.png

8
app/store/ServicesList.js

@ -563,6 +563,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Pushbullet connects your devices, making them feel like one.' ,description: 'Pushbullet connects your devices, making them feel like one.'
,url: 'https://www.pushbullet.com/' ,url: 'https://www.pushbullet.com/'
,type: 'messaging' ,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/'
,type: 'messaging'
} }
] ]
}); });

BIN
resources/icons/riot.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Loading…
Cancel
Save