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