1
0
mirror of https://github.com/tooot-app/app synced 2025-01-03 05:00:34 +01:00

Fix Play Store complaining

This commit is contained in:
xmflsct 2022-11-05 01:31:34 +01:00
parent 9ec6f7331d
commit c75bf73a94

View File

@ -174,6 +174,12 @@ const contextMenuAccount = ({
id: accountId,
payload: { property: 'reports' }
})
mutation.mutate({
type: 'updateAccountProperty',
queryKey,
id: accountId,
payload: { property: 'block', currentValue: false }
})
}
}
}