fix: hid mute actions for own notes
This commit is contained in:
@@ -198,7 +198,7 @@ export function useMenuActions({
|
||||
})
|
||||
}
|
||||
|
||||
if (pubkey) {
|
||||
if (pubkey && event.pubkey !== pubkey) {
|
||||
if (isMuted) {
|
||||
actions.push({
|
||||
icon: Bell,
|
||||
|
||||
Reference in New Issue
Block a user