mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
Update 28.md
This commit is contained in:
parent
0f6a933079
commit
ac7269e7df
4
28.md
4
28.md
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user