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) {
|
if (isMuted) {
|
||||||
actions.push({
|
actions.push({
|
||||||
icon: Bell,
|
icon: Bell,
|
||||||
|
|||||||
Reference in New Issue
Block a user