diff options
| -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 | ||