fix: hid mute actions for own notes

This commit is contained in:
codytseng
2025-08-31 22:49:55 +08:00
parent 0153465e29
commit 1ee3718cab

View File

@@ -198,7 +198,7 @@ export function useMenuActions({
}) })
} }
if (pubkey) { if (pubkey && event.pubkey !== pubkey) {
if (isMuted) { if (isMuted) {
actions.push({ actions.push({
icon: Bell, icon: Bell,