From b7de29a339927c944ff8f31a6e111de9e4d4b6a7 Mon Sep 17 00:00:00 2001 From: stephen Date: Sun, 6 Oct 2024 09:03:07 -0400 Subject: [PATCH] Removing nostrsms t tag (hashtag) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1048f5f..6aa5814 100644 --- a/index.js +++ b/index.js @@ -53,7 +53,7 @@ if (fs.existsSync('./config.ini')) { kind: 1, pubkey: pk, created_at: Math.floor(Date.now() / 1000), - tags: [['client','NostrSMS','31990:9be1b8315248eeb20f9d9ab2717d1750e4f27489eab1fa531d679dadd34c2f8d:1726937516'],['t','nostrsms']], + tags: [['client','NostrSMS','31990:9be1b8315248eeb20f9d9ab2717d1750e4f27489eab1fa531d679dadd34c2f8d:1726937516']], content: message, }; const signedEvent = nostr.finishEvent(event, sk);