mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-03-29 03:02:07 +01:00
update private tags to array
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
This commit is contained in:
parent
3d83866c90
commit
39b17bfad0
6
51.md
6
51.md
@ -32,8 +32,10 @@ and wants to publicly mute these users:
|
||||
and privately mute these users (below is the JSON that would be encrypted and placed in the event content):
|
||||
|
||||
```json
|
||||
["p", "9ec7a778167afb1d30c4833de9322da0c08ba71a69e1911d5578d3144bb56437"],
|
||||
["p", "8c0da4862130283ff9e67d889df264177a508974e2feb96de139804ea66d6168"]
|
||||
[
|
||||
["p", "9ec7a778167afb1d30c4833de9322da0c08ba71a69e1911d5578d3144bb56437"],
|
||||
["p", "8c0da4862130283ff9e67d889df264177a508974e2feb96de139804ea66d6168"]
|
||||
]
|
||||
```
|
||||
|
||||
then they would create a list event like below:
|
||||
|
Loading…
x
Reference in New Issue
Block a user