upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--172.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/172.md b/172.md
index d2b7a53..28c3612 100644
--- a/172.md
+++ b/172.md
@@ -10,7 +10,7 @@ The goal of this NIP is to create moderator-approved public communities around a
10 10
11# Community Definition 11# Community Definition
12 12
13`Kind:34550` SHOULD include any field that helps define the community and the set of moderators. 13`Kind:34550` SHOULD include any field that helps define the community and the set of moderators. `relay` tags MAY be used to describe the preferred relay to download requests and approvals.
14 14
15```js 15```js
16{ 16{
@@ -30,9 +30,10 @@ The goal of this NIP is to create moderator-approved public communities around a
30 ["p", "<32-bytes hex of a pubkey2>", "<optional recommended relay URL>", "moderator"], 30 ["p", "<32-bytes hex of a pubkey2>", "<optional recommended relay URL>", "moderator"],
31 ["p", "<32-bytes hex of a pubkey3>", "<optional recommended relay URL>", "moderator"], 31 ["p", "<32-bytes hex of a pubkey3>", "<optional recommended relay URL>", "moderator"],
32 32
33 // relays used by the community 33 // relays used by the community (w/optional marker)
34 ["relay", "<relay hosting author kind 0>", "author"], 34 ["relay", "<relay hosting author kind 0>", "author"],
35 ["relay", "<relay where to post requests to and fetch approvals from>"], 35 ["relay", "<relay where to send and receive requests>", "requests"],
36 ["relay", "<relay where to send and receive approvals>", "approvals"],
36 ["relay", "<relay where to post requests to and fetch approvals from>"] 37 ["relay", "<relay where to post requests to and fetch approvals from>"]
37 ] 38 ]
38} 39}