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
1 changed files with 1 additions and 1 deletions

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':