1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix muting

This commit is contained in:
xmflsct
2023-07-14 21:48:12 +02:00
parent 09bc6c30af
commit cdd80250d1

View File

@ -209,6 +209,7 @@ const menuAccount = ({
if (data?.muting !== true) {
if (featureCheck('mute_duration')) {
navigation.navigate('Tab-Shared-Mute', { account: actualAccount })
return
}
}