upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Pamplona <vitor@vitorpamplona.com>2023-06-12 18:38:20 -0400
committerfiatjaf_ <fiatjaf@gmail.com>2023-08-08 13:27:32 -0300
commit7f4970bb10923aca7400448a093b4debb4b49267 (patch)
tree80ab76e8c3faee3e9d92d290bf320f55a170c166
parent1912dacd33e69584e7f451e18a81bdc114ea9d76 (diff)
Typos
-rw-r--r--172.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/172.md b/172.md
index 0cc8107..542258a 100644
--- a/172.md
+++ b/172.md
@@ -6,11 +6,11 @@ Moderated Communities (Reddit Style)
6 6
7`draft` `optional` `author:vitorpamplona` 7`draft` `optional` `author:vitorpamplona`
8 8
9The goal of this NIP is to create moderator-approved public communities arount a topic. It defines the replaceable event `34550` to define the community and the current list of moderators/administrators. Users that want to post into to the community, simply tag any Nostr event with an `a` tag. Moderators the issue an approval event `34551` that links the community with the new post. 9The goal of this NIP is to create moderator-approved public communities around a topic. It defines the replaceable event `34550` to define the community and the current list of moderators/administrators. Users that want to post into the community, simply tag any Nostr event with an `a` tag. Moderators issue an approval event `34551` that links the community with the new post.
10 10
11# Community definition 11# Community definition
12 12
13Kind 34550 should include any field that helps define the community and the set of moderators. 13Kind 34550 should include any field that helps define the community and the set of moderators.
14 14
15```js 15```js
16{ 16{
@@ -32,7 +32,7 @@ Kind 34550 should include any field that helps define the community and the set
32 32
33# New Post Request 33# New Post Request
34 34
35Any Nostr event can be a post request. Clients should simply add the community's `a` tag to be presented for the moderator's approval. 35Any Nostr event can be a post request. Clients should simply add the community's `a` tag to be presented for the moderator's approval.
36 36
37```js 37```js
38{ 38{
@@ -47,11 +47,11 @@ Any Nostr event can be a post request. Clients should simply add the community's
47} 47}
48``` 48```
49 49
50Community management clients can filter all mentions to the kind-34550 event and request moderators to approve each submission. The same moderator can remove his/her approval of the post at anytime. 50Community management clients can filter all mentions of the kind-34550 event and request moderators to approve each submission. The same moderator can remove his/her approval of the post at any time.
51 51
52# Post Approval by moderators 52# Post Approval by moderators
53 53
54The post approval includes a stringified `new post request` event inside the content's of the approval (NIP-18-style). 54The post-approval event includes a stringified `new post request` event inside the content of the approval (NIP-18-style).
55 55
56```js 56```js
57{ 57{
@@ -68,13 +68,13 @@ The post approval includes a stringified `new post request` event inside the con
68} 68}
69``` 69```
70 70
71It's recommended that multiple moderators approve posts to avoid unapproving them when a given moderator is removed from the owner's list. In case the full list of moderators must be rotated, the new moderator set must sign post approvals for the past post or the community will restart. 71It's recommended that multiple moderators approve posts to avoid unapproving them when a given moderator is removed from the owner's list. In case the full list of moderators must be rotated, the new moderator set must sign post-approvals for posts in the past or the community will restart.
72 72
73# Displaying 73# Displaying
74 74
75Community clients can display posts that have been approved by at least 1 moderator or by the community owner. 75Community clients can display posts that have been approved by at least 1 moderator or by the community owner.
76 76
77The following filter displays the approved posts. 77The following filter displays the approved posts.
78 78
79```js 79```js
80{ 80{