diff options
Diffstat (limited to '24.md')
| -rw-r--r-- | 24.md | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -28,7 +28,7 @@ These are fields that should be ignored or removed when found in the wild: | |||
| 28 | kind 3 | 28 | kind 3 |
| 29 | ====== | 29 | ====== |
| 30 | 30 | ||
| 31 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of contacts events: | 31 | These are extra fields not specified in NIP-02 that may be present in the stringified JSON of follow events: |
| 32 | 32 | ||
| 33 | ### Deprecated fields | 33 | ### Deprecated fields |
| 34 | 34 | ||
| @@ -39,5 +39,7 @@ tags | |||
| 39 | 39 | ||
| 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: | 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 | 41 | ||
| 42 | - `r`: a web URL the event is referring to in some way | 42 | - `r`: a web URL the event is referring to in some way. |
| 43 | - `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 | 43 | - `i`: an external id the event is referring to in some way - see [NIP-73](73.md). |
| 44 | - `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. | ||
| 45 | - `t`: a hashtag. The value MUST be a lowercase string. | ||