diff options
| author | Terry Yiu <963907+tyiu@users.noreply.github.com> | 2023-07-03 01:23:47 -0400 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-07-18 15:50:52 -0300 |
| commit | b31d3077f6655f150cca9bb07f5fba895dc815ca (patch) | |
| tree | 699825f66f32cc6f6f1fab37655b4bf8afcce3dc /56.md | |
| parent | d1814405beac7a936fa0dedc08359d70b5a9ab48 (diff) | |
Fix content field in example in NIP-56 Reporting to replace deprecated NIP-08 indexed mentions with NIP-27 bech32 mentions
Diffstat (limited to '56.md')
| -rw-r--r-- | 56.md | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -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 | ||