upleb.uk

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

summaryrefslogtreecommitdiff
path: root/56.md
diff options
context:
space:
mode:
Diffstat (limited to '56.md')
-rw-r--r--56.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/56.md b/56.md
index 42174fb..a2861e3 100644
--- a/56.md
+++ b/56.md
@@ -1,16 +1,15 @@
1
2NIP-56 1NIP-56
3====== 2======
4 3
5Reporting 4Reporting
6--------- 5---------
7 6
8`draft` `optional` `author:jb55` 7`draft` `optional`
9 8
10A report is a `kind 1984` note that is used to report other notes for spam, 9A report is a `kind 1984` note that is used to report other notes for spam,
11illegal and explicit content. 10illegal and explicit content.
12 11
13The content MAY contain additional information submitted by the entity 12The `content` MAY contain additional information submitted by the entity
14reporting the content. 13reporting the content.
15 14
16Tags 15Tags
@@ -42,9 +41,9 @@ Example events
42{ 41{
43 "kind": 1984, 42 "kind": 1984,
44 "tags": [ 43 "tags": [
45 ["p", <pubkey>, "nudity"] 44 ["p", <pubkey>, "nudity"],
46 ["L", "social.nos.ontology"], 45 ["L", "social.nos.ontology"],
47 ["l", "NS-nud", "social.nos.ontology"], 46 ["l", "NS-nud", "social.nos.ontology"]
48 ], 47 ],
49 "content": "", 48 "content": "",
50 ... 49 ...
@@ -63,10 +62,9 @@ Example events
63{ 62{
64 "kind": 1984, 63 "kind": 1984,
65 "tags": [ 64 "tags": [
66 ["p", <impersonator pubkey>, "impersonation"], 65 ["p", <impersonator pubkey>, "impersonation"]
67 ["p", <victim pubkey>]
68 ], 66 ],
69 "content": "Profile is imitating #[1]", 67 "content": "Profile is impersonating nostr:<victim bech32 pubkey>",
70 ... 68 ...
71} 69}
72``` 70```
@@ -75,7 +73,7 @@ Client behavior
75--------------- 73---------------
76 74
77Clients can use reports from friends to make moderation decisions if they 75Clients can use reports from friends to make moderation decisions if they
78choose to. For instance, if 3+ of your friends report a profile as explicit, 76choose to. For instance, if 3+ of your friends report a profile for `nudity`,
79clients can have an option to automatically blur photos from said account. 77clients can have an option to automatically blur photos from said account.
80 78
81 79