diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-05-30 15:32:46 -0400 |
|---|---|---|
| committer | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-05-30 15:32:46 -0400 |
| commit | d5b77b6d7348061cd0f16adc35e4d02a3a0b7380 (patch) | |
| tree | f00539ec0e0a8b6bf027ff6a9b93846adafa02b3 /56.md | |
| parent | 48674e563865b1cb7bb3c5c7869d20055446f408 (diff) | |
| parent | 5c796c19fd6330628a0b328bfcf5270cb2bc3aff (diff) | |
Merge remote-tracking branch 'upstream/master' into draft-event
# Conflicts:
# README.md
Diffstat (limited to '56.md')
| -rw-r--r-- | 56.md | 10 |
1 files changed, 7 insertions, 3 deletions
| @@ -4,10 +4,12 @@ NIP-56 | |||
| 4 | Reporting | 4 | Reporting |
| 5 | --------- | 5 | --------- |
| 6 | 6 | ||
| 7 | `draft` `optional` | 7 | `optional` |
| 8 | 8 | ||
| 9 | A report is a `kind 1984` note that is used to report other notes for spam, | 9 | A report is a `kind 1984` event that signals to users and relays that |
| 10 | illegal and explicit content. | 10 | some referenced content is objectionable. The definition of objectionable is |
| 11 | obviously subjective and all agents on the network (users, apps, relays, etc.) | ||
| 12 | may consume and take action on them as they see fit. | ||
| 11 | 13 | ||
| 12 | The `content` MAY contain additional information submitted by the entity | 14 | The `content` MAY contain additional information submitted by the entity |
| 13 | reporting the content. | 15 | reporting the content. |
| @@ -24,10 +26,12 @@ A `report type` string MUST be included as the 3rd entry to the `e` or `p` tag | |||
| 24 | being reported, which consists of the following report types: | 26 | being reported, which consists of the following report types: |
| 25 | 27 | ||
| 26 | - `nudity` - depictions of nudity, porn, etc. | 28 | - `nudity` - depictions of nudity, porn, etc. |
| 29 | - `malware` - virus, trojan horse, worm, robot, spyware, adware, back door, ransomware, rootkit, kidnapper, etc. | ||
| 27 | - `profanity` - profanity, hateful speech, etc. | 30 | - `profanity` - profanity, hateful speech, etc. |
| 28 | - `illegal` - something which may be illegal in some jurisdiction | 31 | - `illegal` - something which may be illegal in some jurisdiction |
| 29 | - `spam` - spam | 32 | - `spam` - spam |
| 30 | - `impersonation` - someone pretending to be someone else | 33 | - `impersonation` - someone pretending to be someone else |
| 34 | - `other` - for reports that don't fit in the above categories | ||
| 31 | 35 | ||
| 32 | Some report tags only make sense for profile reports, such as `impersonation` | 36 | Some report tags only make sense for profile reports, such as `impersonation` |
| 33 | 37 | ||