upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/53.md
diff options
context:
space:
mode:
authorbenthecarman <15256660+benthecarman@users.noreply.github.com>2023-07-21 03:12:02 -0500
committerGitHub <noreply@github.com>2023-07-21 03:12:02 -0500
commit2af496e363f58b1d8bd026e8920f62e6a843d134 (patch)
treeb330a598d4014fe63f57405d12162d2b673391ef /53.md
parentfe2009b459c4dfcef158e745847ef01376b1d12a (diff)
Fix event kind in example in NIP 53
Diffstat (limited to '53.md')
-rw-r--r--53.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/53.md b/53.md
index 9a86d9e..c5f2704 100644
--- a/53.md
+++ b/53.md
@@ -71,7 +71,7 @@ Event `kind:1311` is live chat's channel message. Clients MUST include the `a` t
71 "created_at": "<Unix timestamp in seconds>", 71 "created_at": "<Unix timestamp in seconds>",
72 "kind": 1311, 72 "kind": 1311,
73 "tags": [ 73 "tags": [
74 ["a", "34550:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>", "root"], 74 ["a", "30311:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>", "root"],
75 ], 75 ],
76 "content": "Zaps to live streams is beautiful." 76 "content": "Zaps to live streams is beautiful."
77} 77}