upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-09-24 19:48:05 -0300
committerfiatjaf_ <fiatjaf@gmail.com>2023-09-25 23:00:01 -0300
commitf3bafe5f872be937060071585296b62584a4f416 (patch)
treefb5695d055ab6e16d45da546c8d3d5cc7b817daf
parent44c21c9d82dfa9fbe04655668c03400fa0ac1e34 (diff)
`banner` and deprecated names.
-rw-r--r--24.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/24.md b/24.md
index fb653f4..cb5d898 100644
--- a/24.md
+++ b/24.md
@@ -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
22These 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
19tags 27tags
20==== 28====