diff --git a/src/providers/NostrProvider/index.tsx b/src/providers/NostrProvider/index.tsx index f633ddd9..760bb0f9 100644 --- a/src/providers/NostrProvider/index.tsx +++ b/src/providers/NostrProvider/index.tsx @@ -487,7 +487,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) { const event = await signEvent(draftEvent) - if (event.pubkey !== account.pubkey) { + if (event.kind !== kinds.Application && event.pubkey !== account.pubkey) { const eventAuthor = await client.fetchProfile(event.pubkey) const result = confirm( t(