diff options
Diffstat (limited to '24.md')
| -rw-r--r-- | 24.md | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -17,6 +17,7 @@ These are extra fields not specified in NIP-01 that may be present in the string | |||
| 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 | - `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds. | 19 | - `bot`: a boolean to clarify that the content is entirely or partially the result of automation, such as with chatbots or newsfeeds. |
| 20 | - `pronouns`: a string representing the preferred way to refer to this person. | ||
| 20 | 21 | ||
| 21 | ### Deprecated fields | 22 | ### Deprecated fields |
| 22 | 23 | ||
| @@ -28,7 +29,7 @@ These are fields that should be ignored or removed when found in the wild: | |||
| 28 | kind 3 | 29 | kind 3 |
| 29 | ====== | 30 | ====== |
| 30 | 31 | ||
| 31 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of contacts events: | 32 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of follow events: |
| 32 | 33 | ||
| 33 | ### Deprecated fields | 34 | ### Deprecated fields |
| 34 | 35 | ||
| @@ -39,5 +40,7 @@ tags | |||
| 39 | 40 | ||
| 40 | These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP, they have the following meanings: | 41 | These tags may be present in multiple event kinds. Whenever a different meaning is not specified by some more specific NIP, they have the following meanings: |
| 41 | 42 | ||
| 42 | - `r`: a web URL the event is referring to in some way | 43 | - `r`: a web URL the event is referring to in some way. |
| 43 | - `title`: title of the event | 44 | - `i`: an external id the event is referring to in some way - see [NIP-73](73.md). |
| 45 | - `title`: name of [NIP-51](51.md) sets, [NIP-52](52.md) calendar event, [NIP-53](53.md) live event or [NIP-99](99.md) listing. | ||
| 46 | - `t`: a hashtag. The value MUST be a lowercase string. | ||