This commit is contained in:
zmeyer44 2023-10-17 14:27:44 -04:00
parent 8434c358ff
commit 5df33347b2

View File

@ -212,8 +212,8 @@ async function generateEvent(
const newEvent = new NDKEvent(ndk, { const newEvent = new NDKEvent(ndk, {
content: _value || "", content: _value || "",
kind: 1, kind: 1,
tags: [...event.tags, ["client", "ordstr"]], tags: [...event.tags, ["client", "flockstr"]],
pubkey: user.hexpubkey, pubkey: user.pubkey,
} as NostrEvent); } as NostrEvent);
console.log("Event to create", newEvent); console.log("Event to create", newEvent);