upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Wandersleb <leo@leowandersleb.de>2023-01-22 12:57:20 -0300
committerGitHub <noreply@github.com>2023-01-22 12:57:20 -0300
commit6aa694c2e7487692093a484a4d8aebaa0b20586b (patch)
treebe8e5a76a414542b2cc9eaab89022a8b9d71c2df
parent69685588f0d60e73ac0148181472e1ceaea4f767 (diff)
parentb58efb08a0ec2b1ff449422e9a58a09c88420e4e (diff)
Merge pull request #181 from thesimplekid/patch-1
-rw-r--r--28.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/28.md b/28.md
index f37299e..0862e72 100644
--- a/28.md
+++ b/28.md
@@ -54,7 +54,7 @@ Clients SHOULD use [NIP-10](10.md) marked "e" tags to recommend a relay.
54```json 54```json
55{ 55{
56 "content": "{\"name\": \"Updated Demo Channel\", \"about\": \"Updating a test channel.\", \"picture\": \"https://placekitten.com/201/201\"}", 56 "content": "{\"name\": \"Updated Demo Channel\", \"about\": \"Updating a test channel.\", \"picture\": \"https://placekitten.com/201/201\"}",
57 "tags": [["e", <channel_create_event_id> <relay-url>]], 57 "tags": [["e", <channel_create_event_id>, <relay-url>]],
58 ... 58 ...
59} 59}
60``` 60```
@@ -73,7 +73,7 @@ Root message:
73```json 73```json
74{ 74{
75 "content": <string>, 75 "content": <string>,
76 "tags": [["e", <kind_40_event_id> <relay-url> "root"]], 76 "tags": [["e", <kind_40_event_id>, <relay-url>, "root"]],
77 ... 77 ...
78} 78}
79``` 79```
@@ -84,8 +84,8 @@ Reply to another message:
84{ 84{
85 "content": <string>, 85 "content": <string>,
86 "tags": [ 86 "tags": [
87 ["e", <kind_42_event_id> <relay-url> "reply"], 87 ["e", <kind_42_event_id>, <relay-url>, "reply"],
88 ["p", <pubkey> <relay-url>], 88 ["p", <pubkey>, <relay-url>],
89 ... 89 ...
90 ], 90 ],
91 ... 91 ...