Adding nostrsms kind 31990

you can get this even from wss://relay.vanderwarker.family
This commit is contained in:
Stephen Vanderwarker 2024-09-28 13:07:03 -04:00
parent 8fb526ee69
commit 79bc3ca11c

View File

@ -53,7 +53,7 @@ if (fs.existsSync('./config.ini')) {
kind: 1, kind: 1,
pubkey: pk, pubkey: pk,
created_at: Math.floor(Date.now() / 1000), created_at: Math.floor(Date.now() / 1000),
tags: [['client','NostrSMS','neventcomingsoonthisisjustatest'],['t','nostrsms']], tags: [['client','NostrSMS','31990:9be1b8315248eeb20f9d9ab2717d1750e4f27489eab1fa531d679dadd34c2f8d:1726937516'],['t','nostrsms']],
content: message, content: message,
}; };
const signedEvent = nostr.finishEvent(event, sk); const signedEvent = nostr.finishEvent(event, sk);