Fix muting

This commit is contained in:
xmflsct 2023-07-14 21:48:12 +02:00
parent 09bc6c30af
commit cdd80250d1
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 1 additions and 0 deletions

View File

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