Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
cdd40971
Verified
Commit
cdd40971
authored
Jun 06, 2019
by
Eliot Berriot
Browse files
Removed uneeded permission
parent
550702c7
Pipeline
#4229
passed with stages
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/sources/mastodon.js
View file @
cdd40971
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment