diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-09-24 19:48:05 -0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-09-25 23:00:01 -0300 |
| commit | f3bafe5f872be937060071585296b62584a4f416 (patch) | |
| tree | fb5695d055ab6e16d45da546c8d3d5cc7b817daf | |
| parent | 44c21c9d82dfa9fbe04655668c03400fa0ac1e34 (diff) | |
`banner` and deprecated names.
| -rw-r--r-- | 24.md | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -15,6 +15,14 @@ These are extra fields not specified in NIP-01 that may be present in the string | |||
| 15 | 15 | ||
| 16 | - `display_name`: a bigger name with richer characters than `name`. Implementations should fallback to `name` when this is not available. | 16 | - `display_name`: a bigger name with richer characters than `name`. Implementations should fallback to `name` when this is not available. |
| 17 | - `website`: a web URL related in any way to the event author. | 17 | - `website`: a web URL related in any way to the event author. |
| 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. | ||
| 19 | |||
| 20 | ### Deprecated fields | ||
| 21 | |||
| 22 | These are fields that should be ignored or removed when found in the wild: | ||
| 23 | |||
| 24 | - `displayName`: use `display_name` instead. | ||
| 25 | - `username`: use `name` instead. | ||
| 18 | 26 | ||
| 19 | tags | 27 | tags |
| 20 | ==== | 28 | ==== |