mirror of
https://github.com/tooot-app/app
synced 2025-04-17 19:57:33 +02:00
Fix Play Store complaining
This commit is contained in:
parent
9ec6f7331d
commit
c75bf73a94
@ -174,6 +174,12 @@ const contextMenuAccount = ({
|
|||||||
id: accountId,
|
id: accountId,
|
||||||
payload: { property: 'reports' }
|
payload: { property: 'reports' }
|
||||||
})
|
})
|
||||||
|
mutation.mutate({
|
||||||
|
type: 'updateAccountProperty',
|
||||||
|
queryKey,
|
||||||
|
id: accountId,
|
||||||
|
payload: { property: 'block', currentValue: false }
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user