diff options
| -rw-r--r-- | 18.md | 18 |
1 files changed, 9 insertions, 9 deletions
| @@ -18,15 +18,6 @@ to indicate where it can be fetched. | |||
| 18 | The repost SHOULD include a `p` tag with the `pubkey` of the event being | 18 | The repost SHOULD include a `p` tag with the `pubkey` of the event being |
| 19 | reposted. | 19 | reposted. |
| 20 | 20 | ||
| 21 | ## Generic Reposts | ||
| 22 | |||
| 23 | Since `kind 6` reposts are reserved for `kind 1` contents, we use `kind 16` | ||
| 24 | as a "generic repost", that can include any kind of event inside other than | ||
| 25 | `kind 1`. | ||
| 26 | |||
| 27 | `kind 16` reposts SHOULD contain a `k` tag with the stringified kind number | ||
| 28 | of the reposted event as its value. | ||
| 29 | |||
| 30 | ## Quote Reposts | 21 | ## Quote Reposts |
| 31 | 22 | ||
| 32 | Quote reposts are `kind 1` events with an embedded `q` tag of the note being | 23 | Quote reposts are `kind 1` events with an embedded `q` tag of the note being |
| @@ -41,3 +32,12 @@ of the `mark` argument. | |||
| 41 | 32 | ||
| 42 | Quote reposts MUST include the [NIP-19](19.md) `nevent`, `note`, or `naddr` of the | 33 | Quote reposts MUST include the [NIP-19](19.md) `nevent`, `note`, or `naddr` of the |
| 43 | event in the content. | 34 | event in the content. |
| 35 | |||
| 36 | ## Generic Reposts | ||
| 37 | |||
| 38 | Since `kind 6` reposts are reserved for `kind 1` contents, we use `kind 16` | ||
| 39 | as a "generic repost", that can include any kind of event inside other than | ||
| 40 | `kind 1`. | ||
| 41 | |||
| 42 | `kind 16` reposts SHOULD contain a `k` tag with the stringified kind number | ||
| 43 | of the reposted event as its value. | ||