update private tags to array

Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
This commit is contained in:
monlovesmango 2023-01-31 10:02:12 -06:00 committed by GitHub
parent 3d83866c90
commit 39b17bfad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
51.md
View File

@ -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: