mirror of
https://github.com/tooot-app/app
synced 2025-04-24 23:18:47 +02:00
parent
7ef88c735b
commit
9ec6f7331d
@ -387,7 +387,7 @@ const mutationFunction = async (params: MutationVarsTimeline) => {
|
|||||||
url: `statuses/${params.id}/${
|
url: `statuses/${params.id}/${
|
||||||
params.payload.currentValue ? 'un' : ''
|
params.payload.currentValue ? 'un' : ''
|
||||||
}${MapPropertyToUrl[params.payload.property]}`,
|
}${MapPropertyToUrl[params.payload.property]}`,
|
||||||
body
|
...(params.payload.property === 'reblogged' && { body })
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
case 'updateAccountProperty':
|
case 'updateAccountProperty':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user