Skip to content
Snippets Groups Projects
Verified Commit cdd40971 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed uneeded permission

parent 550702c7
No related branches found
No related tags found
No related merge requests found
Pipeline #4229 passed
...@@ -3,7 +3,7 @@ import moment from 'moment' ...@@ -3,7 +3,7 @@ import moment from 'moment'
import Form from '../components/MastodonForm.vue' import Form from '../components/MastodonForm.vue'
import parseLink from 'parse-link-header' 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) { export function favoritesToRetribute (favorites, cache) {
if (!cache.profiles) { if (!cache.profiles) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment