diff options
| author | Oscar Merry <MerryOscar@users.noreply.github.com> | 2024-06-17 13:38:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-17 13:38:45 +0100 |
| commit | 45351b561dcc15b9d3c09b64967a5e30a80ddabe (patch) | |
| tree | e3bb8995aed591b519d042909eddd7d983bbe56e /02.md | |
| parent | 32004283da0f0893d7b697c9a0b1a1f8611e9929 (diff) | |
| parent | c576737ba42772a561c6ebfd9faf0baae6d19b17 (diff) | |
Merge branch 'nostr-protocol:master' into external-content-ids
Diffstat (limited to '02.md')
| -rw-r--r-- | 02.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -8,7 +8,9 @@ Follow List | |||
| 8 | 8 | ||
| 9 | A special event with kind `3`, meaning "follow list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following. | 9 | A special event with kind `3`, meaning "follow list" is defined as having a list of `p` tags, one for each of the followed/known profiles one is following. |
| 10 | 10 | ||
| 11 | Each tag entry should contain the key for the profile, a relay URL where events from that key can be found (can be set to an empty string if not needed), and a local name (or "petname") for that profile (can also be set to an empty string or not provided), i.e., `["p", <32-bytes hex key>, <main relay URL>, <petname>]`. The `content` can be anything and should be ignored. | 11 | Each tag entry should contain the key for the profile, a relay URL where events from that key can be found (can be set to an empty string if not needed), and a local name (or "petname") for that profile (can also be set to an empty string or not provided), i.e., `["p", <32-bytes hex key>, <main relay URL>, <petname>]`. |
| 12 | |||
| 13 | The `.content` is not used. | ||
| 12 | 14 | ||
| 13 | For example: | 15 | For example: |
| 14 | 16 | ||