Browse Source

fix: hid mute actions for own notes

imwald
codytseng 7 months ago
parent
commit
1ee3718cab
  1. 2
      src/components/NoteOptions/useMenuActions.tsx

2
src/components/NoteOptions/useMenuActions.tsx

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

Loading…
Cancel
Save