mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update 02.md
Fewer words, as suggested.
This commit is contained in:
parent
a20add84da
commit
850025478f
11
02.md
11
02.md
|
@ -8,14 +8,9 @@ Follow List
|
||||||
|
|
||||||
A special event with kind `3`, meaning "follow list", is defined as having a list of `p` tags, one for each of the profiles to be followed.
|
A special event with kind `3`, meaning "follow list", is defined as having a list of `p` tags, one for each of the profiles to be followed.
|
||||||
|
|
||||||
Each "p" tag entry should be populated as follows:
|
Each "p" tag entry should have a pubkey string as the second element.
|
||||||
- The first element is "p"
|
The third and fourth elements can be empty strings, or the relay URL and "petname", respectively.
|
||||||
- The second element contains the pubkey string
|
The `.content` key is not used.
|
||||||
- The third element is either an empty string, or a relay URL where events from that key can be found
|
|
||||||
- The fourth and final element is either an empty string or a string with a local name for that profile (or "petname")
|
|
||||||
|
|
||||||
The `.content` is not used.
|
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in New Issue
Block a user