From 52a8f9cff61ba19a3fda6039243dc9398a722d27 Mon Sep 17 00:00:00 2001 From: KaffinPX <73744616+KaffinPX@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:39:22 +0300 Subject: [PATCH] Topics as hashtags --- 101.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/101.md b/101.md index d81ca700..ea1d45b1 100644 --- a/101.md +++ b/101.md @@ -13,7 +13,7 @@ Mailing lists are subscriptions for receiving materials from inviduals or organi The `content` MUST contain a valid e-mail address encrypted by same method of encrypted direct messages(NIP-04) for subscribed pubkey. -`tags` MAY contain an entry identifying the topic subscribing to, in the form of `["t", ""]`. +`tags` MAY contain an entry identifying the topic subscribing to, in the form of `["t", "#"]`. **As example:** @@ -22,7 +22,7 @@ The `content` MUST contain a valid e-mail address encrypted by same method of en "kind": 1923, "tags": [ ["p", ], - ["t", "nostr"] + ["t", "#nostr"] ], "content": , ...