upleb.uk

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

summaryrefslogtreecommitdiff
path: root/84.md
diff options
context:
space:
mode:
Diffstat (limited to '84.md')
-rw-r--r--84.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/84.md b/84.md
index 303cd93..d5f54d4 100644
--- a/84.md
+++ b/84.md
@@ -27,9 +27,14 @@ useful when highlighting non-nostr content for which the client might be able to
27last value of the tag. 27last value of the tag.
28 28
29```json 29```json
30[ "p", "<pubkey-hex>", "<relay-url>", "author" ], 30{
31[ "p", "<pubkey-hex>", "<relay-url>", "author" ], 31 "tags": [
32[ "p", "<pubkey-hex>", "<relay-url>", "editor" ], 32 ["p", "<pubkey-hex>", "<relay-url>", "author"],
33 ["p", "<pubkey-hex>", "<relay-url>", "author"],
34 ["p", "<pubkey-hex>", "<relay-url>", "editor"]
35 ],
36 ...
37}
33``` 38```
34 39
35### Context 40### Context