mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
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:
parent
d1814405be
commit
b31d3077f6
7
56.md
7
56.md
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user