diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2023-09-28 19:24:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 07:24:36 -0300 |
| commit | cf144593f1d350dabb61aa808b36118a6b3b03ec (patch) | |
| tree | bf382b54d531057491491df7a614457e26fe6f21 | |
| parent | d6f4598ad6d32b46de6444f39339819faab670d5 (diff) | |
Add relay list of kind 3 to NIP-24 (#795)
(as deprecated)
| -rw-r--r-- | 24.md | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -24,6 +24,17 @@ These are fields that should be ignored or removed when found in the wild: | |||
| 24 | - `displayName`: use `display_name` instead. | 24 | - `displayName`: use `display_name` instead. |
| 25 | - `username`: use `name` instead. | 25 | - `username`: use `name` instead. |
| 26 | 26 | ||
| 27 | kind 3 | ||
| 28 | ====== | ||
| 29 | |||
| 30 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of contacts events: | ||
| 31 | |||
| 32 | ### Deprecated fields | ||
| 33 | |||
| 34 | These are fields that should be ignored or removed when found in the wild: | ||
| 35 | |||
| 36 | - `{<relay-url>: {"read": <true|false>, "write": <true|false>}, ...}`: an object of relays used by a user to read/write, but in favor of [NIP-65](65.md). | ||
| 37 | |||
| 27 | tags | 38 | tags |
| 28 | ==== | 39 | ==== |
| 29 | 40 | ||