diff options
| -rw-r--r-- | 18.md | 6 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 5 insertions, 2 deletions
| @@ -4,16 +4,18 @@ NIP-18 | |||
| 4 | Reposts | 4 | Reposts |
| 5 | ------- | 5 | ------- |
| 6 | 6 | ||
| 7 | `draft` `optional` `author:jb55` | 7 | `draft` `optional` `author:fiatjaf` `author:arthurfranca` |
| 8 | 8 | ||
| 9 | A repost is a `kind 6` note that is used to signal to followers | 9 | A repost is a `kind 6` note that is used to signal to followers |
| 10 | that another event is worth reading. | 10 | that another event is worth reading. |
| 11 | 11 | ||
| 12 | The `content` of a repost event is empty. | 12 | The `content` of a repost event is empty. Optionally, it MAY contain |
| 13 | a comment in the same format of a kind 1 note content. | ||
| 13 | 14 | ||
| 14 | The repost event MUST include an `e` tag with the `id` of the note that is | 15 | The repost event MUST include an `e` tag with the `id` of the note that is |
| 15 | being reposted. That tag SHOULD include a relay URL as its third entry | 16 | being reposted. That tag SHOULD include a relay URL as its third entry |
| 16 | to indicate where it can be fetched. | 17 | to indicate where it can be fetched. |
| 18 | When reposting a long-form content use an `a` tag instead. | ||
| 17 | 19 | ||
| 18 | The repost SHOULD include a `p` tag with the `pubkey` of the event being | 20 | The repost SHOULD include a `p` tag with the `pubkey` of the event being |
| 19 | reposted. | 21 | reposted. |
| @@ -52,6 +52,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 52 | | 3 | Contacts | [2](02.md) | | 52 | | 3 | Contacts | [2](02.md) | |
| 53 | | 4 | Encrypted Direct Messages | [4](04.md) | | 53 | | 4 | Encrypted Direct Messages | [4](04.md) | |
| 54 | | 5 | Event Deletion | [9](09.md) | | 54 | | 5 | Event Deletion | [9](09.md) | |
| 55 | | 6 | Reposts | [18](18.md) | | ||
| 55 | | 7 | Reaction | [25](25.md) | | 56 | | 7 | Reaction | [25](25.md) | |
| 56 | | 8 | Badge Award | [58](58.md) | | 57 | | 8 | Badge Award | [58](58.md) | |
| 57 | | 40 | Channel Creation | [28](28.md) | | 58 | | 40 | Channel Creation | [28](28.md) | |