1
0
mirror of https://github.com/tooot-app/app synced 2025-04-25 15:38:42 +02:00
So weird iOS does not have this issue...
This commit is contained in:
xmflsct 2022-11-05 01:19:44 +01:00
parent 7ef88c735b
commit 9ec6f7331d

View File

@ -387,7 +387,7 @@ const mutationFunction = async (params: MutationVarsTimeline) => {
url: `statuses/${params.id}/${
params.payload.currentValue ? 'un' : ''
}${MapPropertyToUrl[params.payload.property]}`,
body
...(params.payload.property === 'reblogged' && { body })
})
}
case 'updateAccountProperty':