upleb.uk

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

summaryrefslogtreecommitdiff
path: root/72.md
diff options
context:
space:
mode:
Diffstat (limited to '72.md')
-rw-r--r--72.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/72.md b/72.md
index b2f523b..582410a 100644
--- a/72.md
+++ b/72.md
@@ -35,7 +35,7 @@ The goal of this NIP is to enable public communities. It defines the replaceable
35 ["relay", "<relay where to send and receive approvals>", "approvals"], 35 ["relay", "<relay where to send and receive approvals>", "approvals"],
36 ["relay", "<relay where to post requests to and fetch approvals from>"] 36 ["relay", "<relay where to post requests to and fetch approvals from>"]
37 ], 37 ],
38 ... 38 // other fields...
39} 39}
40``` 40```
41 41
@@ -50,7 +50,7 @@ Any Nostr event can be posted to a community. Clients MUST add one or more commu
50 ["a", "34550:<community event author pubkey>:<community-d-identifier>", "<optional-relay-url>"], 50 ["a", "34550:<community event author pubkey>:<community-d-identifier>", "<optional-relay-url>"],
51 ], 51 ],
52 "content": "hello world", 52 "content": "hello world",
53 // ... 53 // other fields...
54} 54}
55``` 55```
56 56
@@ -75,7 +75,7 @@ Moderators MAY request deletion of their approval of a post at any time using [N
75 ["k", "<post-request-kind>"] 75 ["k", "<post-request-kind>"]
76 ], 76 ],
77 "content": "<the full approved event, JSON-encoded>", 77 "content": "<the full approved event, JSON-encoded>",
78 // ... 78 // other fields...
79} 79}
80``` 80```
81 81