Fix content field in example in NIP-56 Reporting to replace deprecated NIP-08 indexed mentions with NIP-27 bech32 mentions

This commit is contained in:
Terry Yiu 2023-07-03 01:23:47 -04:00 committed by fiatjaf_
parent d1814405be
commit b31d3077f6

7
56.md
View File

@ -63,10 +63,9 @@ Example events
{ {
"kind": 1984, "kind": 1984,
"tags": [ "tags": [
["p", <impersonator pubkey>, "impersonation"], ["p", <impersonator pubkey>, "impersonation"]
["p", <victim pubkey>]
], ],
"content": "Profile is imitating #[1]", "content": "Profile is impersonating nostr:<victim bech32 pubkey>",
... ...
} }
``` ```
@ -75,7 +74,7 @@ Client behavior
--------------- ---------------
Clients can use reports from friends to make moderation decisions if they Clients can use reports from friends to make moderation decisions if they
choose to. For instance, if 3+ of your friends report a profile as explicit, choose to. For instance, if 3+ of your friends report a profile for `nudity`,
clients can have an option to automatically blur photos from said account. clients can have an option to automatically blur photos from said account.