diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-11-10 07:00:40 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-11-10 07:00:41 -0300 |
| commit | 05cad663f8f4eb022620e2e27f0761733f05ce14 (patch) | |
| tree | d47815f4b95c547f3c12a91acb82d5040946bcee | |
| parent | 4beaae1084edff968e90ef4830a6493d7cb3fa1f (diff) | |
improve nip-24.
closes https://github.com/nostr-protocol/nips/pull/828
| -rw-r--r-- | 24.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -13,7 +13,7 @@ kind 0 | |||
| 13 | 13 | ||
| 14 | These are extra fields not specified in NIP-01 that may be present in the stringified JSON of metadata events: | 14 | These are extra fields not specified in NIP-01 that may be present in the stringified JSON of metadata events: |
| 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`: an alternative, bigger name with richer characters than `name`. `name` should always be set regardless of the presence of `display_name` in the metadata. |
| 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. | 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. |
| 19 | 19 | ||