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, {
content: _value || "",
kind: 1,
tags: [...event.tags, ["client", "ordstr"]],
pubkey: user.hexpubkey,
tags: [...event.tags, ["client", "flockstr"]],
pubkey: user.pubkey,
} as NostrEvent);
console.log("Event to create", newEvent);