diff options
Diffstat (limited to '72.md')
| -rw-r--r-- | 72.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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 | ||