diff options
| author | Kieran <kieran@harkin.me> | 2024-10-15 11:15:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 11:15:54 +0100 |
| commit | 1e2f19863ca56754daa2466881eb22087a71b17d (patch) | |
| tree | 4f7be759dce290fea1d3ae10c403260b466ee16c /24.md | |
| parent | 53afaaece61f02e92b5ef9c3e9c32945c7ebf522 (diff) | |
| parent | e381b577c997b849fa544eea7dc9f08b360b4a33 (diff) | |
Merge branch 'master' into nip71-imeta
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. | ||