1
0
mirror of https://github.com/tooot-app/app synced 2025-04-24 23:18:47 +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}/${ 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':