Update 28.md

This commit is contained in:
earonesty 2023-06-05 03:53:45 -07:00 committed by GitHub
parent 0f6a933079
commit ac7269e7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
28.md
View File

@ -29,7 +29,7 @@ In the channel creation `content` field, Client SHOULD include a list of recomme
```json
{
"content": "{\"name\": \"Demo Channel\", \"about\": \"A test channel.\", \"picture\": \"https://placekitten.com/200/200\"}",
"tags": ["relays", "wss://xxx", "wss://yyy", ...]
"tags": [["r", "wss://xxx"]], ["r", "wss://yyy"], ...]
}
```
@ -52,7 +52,7 @@ Clients MAY add additional metadata fields.
Clients SHOULD use [NIP-10](10.md) marked "e" tags to recommend a relay where the original creation can be found.
Client MAY include a list of new recommended relays, going forward, for using this chat.
Client MAY include a list of new recommended "r" tag relays, going forward, for using this chat.
```json
{