From 1ee3718cab734fdf0ec70930d55d65291239a004 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 31 Aug 2025 22:49:55 +0800 Subject: [PATCH] fix: hid mute actions for own notes --- src/components/NoteOptions/useMenuActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NoteOptions/useMenuActions.tsx b/src/components/NoteOptions/useMenuActions.tsx index a3ef994c..e3792fb9 100644 --- a/src/components/NoteOptions/useMenuActions.tsx +++ b/src/components/NoteOptions/useMenuActions.tsx @@ -198,7 +198,7 @@ export function useMenuActions({ }) } - if (pubkey) { + if (pubkey && event.pubkey !== pubkey) { if (isMuted) { actions.push({ icon: Bell,