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--32.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/32.md b/32.md
index dd2f50c..1939555 100644
--- a/32.md
+++ b/32.md
@@ -12,11 +12,6 @@ A label is a `kind 1985` event that is used to label other entities. This suppor
12- Reviews and ratings 12- Reviews and ratings
13- Definition of edges in a graph structure 13- Definition of edges in a graph structure
14 14
15This NIP does not supersede NIP-56, which supports reporting content for the purpose of
16direct moderation, in order to comply with laws or app store requirements. "Moderation"
17as defined by this NIP is only relative to user preferences and should be interpreted
18with the social graph in view to provide a better user experience.
19
20Label Target 15Label Target
21---- 16----
22 17
@@ -66,23 +61,6 @@ explanation of why something was labeled the way it was, should go in the event'
66Example events 61Example events
67-------------- 62--------------
68 63
69A report that an event contains nudity. Note that NIP 56 is preferred for reporting content
70to clients, while labels are recommended for supporting distributed content moderation use
71cases.
72
73```json
74{
75 "kind": 1985,
76 "tags": [
77 ["L", "report"],
78 ["l", "nudity", "report"],
79 ["e", <id>, <relay_url>]
80 ],
81 "content": "",
82 ...
83}
84```
85
86A single event can apply multiple labels to multiple targets to support mass-tagging. Multiple 64A single event can apply multiple labels to multiple targets to support mass-tagging. Multiple
87namespaces may be used at the same time. 65namespaces may be used at the same time.
88 66