Fix lint stuff
This commit is contained in:
parent
dc9951d400
commit
6a2f427072
|
@ -1352,7 +1352,7 @@ const setReportState = ({ id, state, credentials }) => {
|
||||||
return fetch(PLEROMA_ADMIN_REPORTS, {
|
return fetch(PLEROMA_ADMIN_REPORTS, {
|
||||||
headers: {
|
headers: {
|
||||||
...authHeaders(credentials),
|
...authHeaders(credentials),
|
||||||
'Accept': 'application/json',
|
Accept: 'application/json',
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
method: 'PATCH',
|
method: 'PATCH',
|
||||||
|
|
|
@ -24,7 +24,7 @@ const fetchAndUpdate = ({ store, credentials, older = false, since }) => {
|
||||||
const timelineData = rootState.statuses.notifications
|
const timelineData = rootState.statuses.notifications
|
||||||
const hideMutedPosts = getters.mergedConfig.hideMutedPosts
|
const hideMutedPosts = getters.mergedConfig.hideMutedPosts
|
||||||
|
|
||||||
args['includeTypes'] = mastoApiNotificationTypes
|
args.includeTypes = mastoApiNotificationTypes
|
||||||
args.withMuted = !hideMutedPosts
|
args.withMuted = !hideMutedPosts
|
||||||
|
|
||||||
args.timeline = 'notifications'
|
args.timeline = 'notifications'
|
||||||
|
|
Loading…
Reference in New Issue