feat: 💨
This commit is contained in:
parent
19fc4864cb
commit
d2ceb16a58
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
||||||
|
|
||||||
const event = await signEvent(draftEvent)
|
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 eventAuthor = await client.fetchProfile(event.pubkey)
|
||||||
const result = confirm(
|
const result = confirm(
|
||||||
t(
|
t(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue