mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
remove references to nip 56 in nip 32
This commit is contained in:
parent
057d097e74
commit
114302517f
22
32.md
22
32.md
|
@ -12,11 +12,6 @@ A label is a `kind 1985` event that is used to label other entities. This suppor
|
|||
- Reviews and ratings
|
||||
- Definition of edges in a graph structure
|
||||
|
||||
This NIP does not supersede NIP-56, which supports reporting content for the purpose of
|
||||
direct moderation, in order to comply with laws or app store requirements. "Moderation"
|
||||
as defined by this NIP is only relative to user preferences and should be interpreted
|
||||
with the social graph in view to provide a better user experience.
|
||||
|
||||
Label Target
|
||||
----
|
||||
|
||||
|
@ -66,23 +61,6 @@ explanation of why something was labeled the way it was, should go in the event'
|
|||
Example events
|
||||
--------------
|
||||
|
||||
A report that an event contains nudity. Note that NIP 56 is preferred for reporting content
|
||||
to clients, while labels are recommended for supporting distributed content moderation use
|
||||
cases.
|
||||
|
||||
```json
|
||||
{
|
||||
"kind": 1985,
|
||||
"tags": [
|
||||
["L", "report"],
|
||||
["l", "nudity", "report"],
|
||||
["e", <id>, <relay_url>]
|
||||
],
|
||||
"content": "",
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
A single event can apply multiple labels to multiple targets to support mass-tagging. Multiple
|
||||
namespaces may be used at the same time.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user