diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index bebf62d1..be7dccd0 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -783,6 +783,16 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){updateBadge(parseInt(document.getElementById("l_msg").innerText.replace(/\D+/g,"")))}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' ,css: '#page_header_cont{display:none;}#side_bar{display:none;}#page_body{width:100%!important;margin-top:0;}.im-page_classic.im-page{width:700px!important;}.im-right-menu.ui_rmenu{margin-left:715px!important;}.im-page{padding-top:0!important;}.im-page_classic.im-page .im-page--header{border-top:0!important;width:700px!important;max-width:700px!important;top:0!important;margin-top:0!important;}.im-page_classic.im-page .im-page--dialogs-footer{width:700px!important;max-width:700px!important;}.im-page .im-page--dialogs{padding-top:6px!important;}.im-page_classic .im-page--chat-header{top:0!important;width:700px!important;}.im-page_classic.im-page .im-page--chat-input{width:700px!important;border-bottom:0!important;}.im-chat-input.im-chat-input_classic .im-chat-input--textarea{width:588px!important;}.im-right-menu.ui_rmenu{top:0!important;}' + }, + { + id: 'mastodon' + ,logo: 'mastodon.png' + ,name: 'Mastodon' + ,description: 'Mastodon is a free, open-source social network server. A decentralized solution to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the social network seamlessly.' + ,url: 'https://mastodon.social/auth/sign_in' + ,type: 'messaging' + ,custom_domain: true + ,note: 'List of instances' } ] }); diff --git a/resources/icons/mastodon.png b/resources/icons/mastodon.png new file mode 100644 index 00000000..7d62e371 Binary files /dev/null and b/resources/icons/mastodon.png differ