mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix muting
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user