diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-05-08 17:19:03 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-05-08 17:19:03 -0300 |
| commit | 3f5cd0123935b6245fb6077ffe5311e7fb29a8c9 (patch) | |
| tree | a19147df7c03d5ea28345b2c9036b265fc7ae009 /38.md | |
| parent | 8073c848a33007c6e03d1de4d4fd17d46c2a0242 (diff) | |
rename "parameterized replaceable event" to "tagged-replaceable event".tagged-replaceable
Diffstat (limited to '38.md')
| -rw-r--r-- | 38.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -13,7 +13,7 @@ This NIP enables a way for users to share live statuses such as what music they | |||
| 13 | 13 | ||
| 14 | ## Live Statuses | 14 | ## Live Statuses |
| 15 | 15 | ||
| 16 | A special event with `kind:30315` "User Status" is defined as an *optionally expiring* _parameterized replaceable event_, where the `d` tag represents the status type: | 16 | A special event with `kind:30315` "User Status" is defined as an *optionally expiring* _tagged-replaceable event_, where the `d` tag represents the status type: |
| 17 | 17 | ||
| 18 | For example: | 18 | For example: |
| 19 | 19 | ||
| @@ -44,7 +44,7 @@ Two common status types are defined: `general` and `music`. `general` represent | |||
| 44 | 44 | ||
| 45 | Any other status types can be used but they are not defined by this NIP. | 45 | Any other status types can be used but they are not defined by this NIP. |
| 46 | 46 | ||
| 47 | The status MAY include an `r`, `p`, `e` or `a` tag linking to a URL, profile, note, or parameterized replaceable event. | 47 | The status MAY include an `r`, `p`, `e` or `a` tag linking to a URL, profile, note, or tagged-replaceable event. |
| 48 | 48 | ||
| 49 | # Client behavior | 49 | # Client behavior |
| 50 | 50 | ||