From 2f403e1e958037b9b0f4e5533482035fc6c1422e Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 28 Oct 2023 13:42:27 -0300 Subject: [PATCH] communities multiple independent kinds. --- 72.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/72.md b/72.md index c0fffffc..4ae07577 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 ```json { - "kind": 1, + "kind": 4549, "tags": [ ["a", "34550::", ""], ], @@ -99,3 +99,13 @@ The following filter displays the approved posts. ``` Clients MAY hide approvals by blocked moderators at the user's request. + +# Other kinds of Community-scoped Events + +Clients 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: + +| Community-scoped Kind | Original Kind | Original NIP | +| ----------------------- | --------------- | -------------- | +| 4549 | 1 | 1 | +| 30500 | 23 | 23 | +| 10500 | 0 | 1 |