diff --git a/src/sources/mastodon.js b/src/sources/mastodon.js
index 7b583979bcd05e83f1a04a56c7267f77d7635f21..5cc41659e63cd66fc0982962c6c209e6644ed859 100644
--- a/src/sources/mastodon.js
+++ b/src/sources/mastodon.js
@@ -3,7 +3,7 @@ import moment from 'moment'
 import Form from '../components/MastodonForm.vue'
 import parseLink from 'parse-link-header'
 
-export const SCOPES = "read:accounts read:favourites read:follows read:statutes"
+export const SCOPES = "read:accounts read:favourites read:follows"
 
 export function favoritesToRetribute (favorites, cache) {
   if (!cache.profiles) {