diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-06-16 18:18:44 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-06-16 18:18:44 -0300 |
| commit | b481651e81f3bc1aca8636992e1ede5ded4c1f2d (patch) | |
| tree | de2e02ca8449302e1443bdaff1b4fc2d8be456f8 | |
| parent | 58f1667479c94011350d15a0c0d9058a86980c71 (diff) | |
change wording of nip-18 to bring it back to its original intent.
| -rw-r--r-- | 18.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -9,8 +9,8 @@ Reposts | |||
| 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. Optionally, it MAY contain | 12 | The `content` of a repost event the stringified JSON of the reposted note |
| 13 | the stringified JSON of the reposted note event for quick look up. | 13 | for quick look up. It MAY also be empty, but that is not recommended. |
| 14 | 14 | ||
| 15 | 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 |
| 16 | being reposted. That tag MUST include a relay URL as its third entry | 16 | being reposted. That tag MUST include a relay URL as its third entry |