diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-08-09 07:26:51 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 07:26:51 -0300 |
| commit | 5026747008c0a84c14079c39807296eebd409c36 (patch) | |
| tree | adbc9bf9038d776d74ad7fdd62f7b49132f5a1db /56.md | |
| parent | 9fa9045d19b93f4cbac231bff39558108a6e82ae (diff) | |
| parent | ce7e6b2100918648ec4341c5fe517d076e8d225c (diff) | |
Merge branch 'master' into vending-machine
Diffstat (limited to '56.md')
| -rw-r--r-- | 56.md | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -10,7 +10,7 @@ Reporting | |||
| 10 | A report is a `kind 1984` note that is used to report other notes for spam, | 10 | A report is a `kind 1984` note that is used to report other notes for spam, |
| 11 | illegal and explicit content. | 11 | illegal and explicit content. |
| 12 | 12 | ||
| 13 | The content MAY contain additional information submitted by the entity | 13 | The `content` MAY contain additional information submitted by the entity |
| 14 | reporting the content. | 14 | reporting the content. |
| 15 | 15 | ||
| 16 | Tags | 16 | Tags |
| @@ -42,9 +42,9 @@ Example events | |||
| 42 | { | 42 | { |
| 43 | "kind": 1984, | 43 | "kind": 1984, |
| 44 | "tags": [ | 44 | "tags": [ |
| 45 | ["p", <pubkey>, "nudity"] | 45 | ["p", <pubkey>, "nudity"], |
| 46 | ["L", "social.nos.ontology"], | 46 | ["L", "social.nos.ontology"], |
| 47 | ["l", "NS-nud", "social.nos.ontology"], | 47 | ["l", "NS-nud", "social.nos.ontology"] |
| 48 | ], | 48 | ], |
| 49 | "content": "", | 49 | "content": "", |
| 50 | ... | 50 | ... |
| @@ -63,10 +63,9 @@ Example events | |||
| 63 | { | 63 | { |
| 64 | "kind": 1984, | 64 | "kind": 1984, |
| 65 | "tags": [ | 65 | "tags": [ |
| 66 | ["p", <impersonator pubkey>, "impersonation"], | 66 | ["p", <impersonator pubkey>, "impersonation"] |
| 67 | ["p", <victim pubkey>] | ||
| 68 | ], | 67 | ], |
| 69 | "content": "Profile is imitating #[1]", | 68 | "content": "Profile is impersonating nostr:<victim bech32 pubkey>", |
| 70 | ... | 69 | ... |
| 71 | } | 70 | } |
| 72 | ``` | 71 | ``` |
| @@ -75,7 +74,7 @@ Client behavior | |||
| 75 | --------------- | 74 | --------------- |
| 76 | 75 | ||
| 77 | Clients can use reports from friends to make moderation decisions if they | 76 | Clients can use reports from friends to make moderation decisions if they |
| 78 | choose to. For instance, if 3+ of your friends report a profile as explicit, | 77 | choose to. For instance, if 3+ of your friends report a profile for `nudity`, |
| 79 | clients can have an option to automatically blur photos from said account. | 78 | clients can have an option to automatically blur photos from said account. |
| 80 | 79 | ||
| 81 | 80 | ||