fix: hid mute actions for own notes
This commit is contained in:
parent
0153465e29
commit
1ee3718cab
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export function useMenuActions({
|
|||
})
|
||||
}
|
||||
|
||||
if (pubkey) {
|
||||
if (pubkey && event.pubkey !== pubkey) {
|
||||
if (isMuted) {
|
||||
actions.push({
|
||||
icon: Bell,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue