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:
parent
9ec6f7331d
commit
c75bf73a94
@ -174,6 +174,12 @@ const contextMenuAccount = ({
|
||||
id: accountId,
|
||||
payload: { property: 'reports' }
|
||||
})
|
||||
mutation.mutate({
|
||||
type: 'updateAccountProperty',
|
||||
queryKey,
|
||||
id: accountId,
|
||||
payload: { property: 'block', currentValue: false }
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user