mirror of
https://github.com/tooot-app/app
synced 2024-12-27 18:02:34 +01:00
Fix muting
This commit is contained in:
parent
09bc6c30af
commit
cdd80250d1
@ -209,6 +209,7 @@ const menuAccount = ({
|
|||||||
if (data?.muting !== true) {
|
if (data?.muting !== true) {
|
||||||
if (featureCheck('mute_duration')) {
|
if (featureCheck('mute_duration')) {
|
||||||
navigation.navigate('Tab-Shared-Mute', { account: actualAccount })
|
navigation.navigate('Tab-Shared-Mute', { account: actualAccount })
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user