diff options
| author | Jonathan Staab <shtaab@gmail.com> | 2023-05-27 09:03:48 -0700 |
|---|---|---|
| committer | Jonathan Staab <shtaab@gmail.com> | 2023-06-13 09:31:15 -0700 |
| commit | 114302517fa5b4ea499c5725f8a6aab675c36e24 (patch) | |
| tree | 4e5db41f3ba373de5307f300b3399f17e722031b | |
| parent | 057d097e741453895164590d1c56fe87703c2c97 (diff) | |
remove references to nip 56 in nip 32
| -rw-r--r-- | 32.md | 22 |
1 files changed, 0 insertions, 22 deletions
| @@ -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 | ||
| 15 | This NIP does not supersede NIP-56, which supports reporting content for the purpose of | ||
| 16 | direct moderation, in order to comply with laws or app store requirements. "Moderation" | ||
| 17 | as defined by this NIP is only relative to user preferences and should be interpreted | ||
| 18 | with the social graph in view to provide a better user experience. | ||
| 19 | |||
| 20 | Label Target | 15 | Label Target |
| 21 | ---- | 16 | ---- |
| 22 | 17 | ||
| @@ -66,23 +61,6 @@ explanation of why something was labeled the way it was, should go in the event' | |||
| 66 | Example events | 61 | Example events |
| 67 | -------------- | 62 | -------------- |
| 68 | 63 | ||
| 69 | A report that an event contains nudity. Note that NIP 56 is preferred for reporting content | ||
| 70 | to clients, while labels are recommended for supporting distributed content moderation use | ||
| 71 | cases. | ||
| 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 | |||
| 86 | A single event can apply multiple labels to multiple targets to support mass-tagging. Multiple | 64 | A single event can apply multiple labels to multiple targets to support mass-tagging. Multiple |
| 87 | namespaces may be used at the same time. | 65 | namespaces may be used at the same time. |
| 88 | 66 | ||