diff --git a/README.md b/README.md
index 83278210..24bccef9 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 72
+## Services available - 73
@@ -97,6 +97,11 @@
+
+
+
+
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 1f628592..84baf657 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -721,6 +721,14 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'messaging'
,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'
,dont_update_unread_from_title: true
+ },
+ {
+ id: 'mastodon'
+ ,logo: 'mastodon.png'
+ ,name: 'Mastodon'
+ ,description: 'Mastodon is is a free, open-source social microblogging network/twitter alternative, based on GNU Social.'
+ ,url: 'https://mastodon.social/auth/sign_in'
+ ,type: 'messaging'
}
]
});