From 9ec6f7331d74c4601f46b548e90317b84c171756 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 5 Nov 2022 01:19:44 +0100 Subject: [PATCH] Fixed #433 So weird iOS does not have this issue... --- src/utils/queryHooks/timeline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/queryHooks/timeline.ts b/src/utils/queryHooks/timeline.ts index 440969e9..fc3756b6 100644 --- a/src/utils/queryHooks/timeline.ts +++ b/src/utils/queryHooks/timeline.ts @@ -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':