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--72.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/72.md b/72.md
index c0fffff..4ae0757 100644
--- a/72.md
+++ b/72.md
@@ -44,7 +44,7 @@ Any Nostr event can be submitted to a community by anyone for approval. Clients
44 44
45```json 45```json
46{ 46{
47 "kind": 1, 47 "kind": 4549,
48 "tags": [ 48 "tags": [
49 ["a", "34550:<community event author pubkey>:<community-d-identifier>", "<optional-relay-url>"], 49 ["a", "34550:<community event author pubkey>:<community-d-identifier>", "<optional-relay-url>"],
50 ], 50 ],
@@ -99,3 +99,13 @@ The following filter displays the approved posts.
99``` 99```
100 100
101Clients MAY hide approvals by blocked moderators at the user's request. 101Clients MAY hide approvals by blocked moderators at the user's request.
102
103# Other kinds of Community-scoped Events
104
105Clients MAY decide to support multiple other kinds to be published for consumption only inside a specific community. These kinds follow the same structure defined for them in other NIPs, but with a different kind number:
106
107| Community-scoped Kind | Original Kind | Original NIP |
108| ----------------------- | --------------- | -------------- |
109| 4549 | 1 | 1 |
110| 30500 | 23 | 23 |
111| 10500 | 0 | 1 |