diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 028a557d..75ca737c 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -563,6 +563,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Pushbullet connects your devices, making them feel like one.' ,url: 'https://www.pushbullet.com/' ,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' } ] }); diff --git a/resources/icons/riot.png b/resources/icons/riot.png new file mode 100644 index 00000000..1a80ae1d Binary files /dev/null and b/resources/icons/riot.png differ