diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-09-28 12:26:48 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-09-28 12:29:03 -0300 |
| commit | a736e629be5c4c9125d98bdb4965851d8110c483 (patch) | |
| tree | 3674e4f23c873dca200904e2893fc842e74ea342 /52.md | |
| parent | 4438b892d8abd189afc75f9f54532ec95f108d9f (diff) | |
complete renaming to "addressable" events.
as noticed by @bezysoftware at https://github.com/nostr-protocol/nips/pull/1437#issuecomment-2380626514.
I don't know how so many of these instances were left from the original PR at following ca3c52e3e74f0a4679f1c6c0d9ac6461ea748d2d.
Diffstat (limited to '52.md')
| -rw-r--r-- | 52.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -20,7 +20,7 @@ This kind of calendar event starts on a date and ends before a different date in | |||
| 20 | 20 | ||
| 21 | #### Format | 21 | #### Format |
| 22 | 22 | ||
| 23 | The format uses a parameterized replaceable event kind `31922`. | 23 | The format uses an _addressable event_ of `kind:31922`. |
| 24 | 24 | ||
| 25 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. | 25 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. |
| 26 | 26 | ||
| @@ -79,7 +79,7 @@ This kind of calendar event spans between a start time and end time. | |||
| 79 | 79 | ||
| 80 | #### Format | 80 | #### Format |
| 81 | 81 | ||
| 82 | The format uses a parameterized replaceable event kind `31923`. | 82 | The format uses an _addressable event_ kind `31923`. |
| 83 | 83 | ||
| 84 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. | 84 | The `.content` of these events should be a detailed description of the calendar event. It is required but can be an empty string. |
| 85 | 85 | ||
| @@ -193,7 +193,7 @@ The RSVP MAY tag the author of the calendar event it is in response to using a ` | |||
| 193 | 193 | ||
| 194 | ### Format | 194 | ### Format |
| 195 | 195 | ||
| 196 | The format uses a parameterized replaceable event kind `31925`. | 196 | The format uses an _addressable event_ kind `31925`. |
| 197 | 197 | ||
| 198 | The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. | 198 | The `.content` of these events is optional and should be a free-form note that adds more context to this calendar event response. |
| 199 | 199 | ||