diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-06-18 11:36:23 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-06-18 11:36:23 -0300 |
| commit | 1f6c79f6d217d6a8ba9d6ae8d52738ce3ff45251 (patch) | |
| tree | 405e2622d2f391f1a24e68da38e8f6399c824929 | |
| parent | 7668507cdf5580037c3363a2acaf6a2e1f8e032f (diff) | |
typo on nip 18.
| -rw-r--r-- | 18.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -9,8 +9,7 @@ Reposts | |||
| 9 | A repost is a `kind 6` event that is used to signal to followers | 9 | A repost is a `kind 6` event that is used to signal to followers |
| 10 | that a `kind 1` text note is worth reading. | 10 | that a `kind 1` text note is worth reading. |
| 11 | 11 | ||
| 12 | The `content` of a repost event the stringified JSON of the reposted note | 12 | The `content` of a repost event is _the stringified JSON of the reposted note_. It MAY also be empty, but that is not recommended. |
| 13 | for quick look up. It MAY also be empty, but that is not recommended. | ||
| 14 | 13 | ||
| 15 | The repost event MUST include an `e` tag with the `id` of the note that is | 14 | The repost event MUST include an `e` tag with the `id` of the note that is |
| 16 | being reposted. That tag MUST include a relay URL as its third entry | 15 | being reposted. That tag MUST include a relay URL as its third entry |