diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-10-07 15:47:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-07 15:47:54 -0500 |
| commit | 38af1efe779f9a26530c6171f292264b28c1eb43 (patch) | |
| tree | af0ee81786ea88e96c26b807e1e9fefd2796fc10 | |
| parent | 23ef4aa05b61dfd8e36046c61efd656e9af3538e (diff) | |
| parent | 4769b1658a226444e1c6d8d84b0bc6e00bca15a3 (diff) | |
Merge pull request #1525 from coracle-social/clarify-quote-reposts
Clarify quote reposts
| -rw-r--r-- | 18.md | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -25,6 +25,14 @@ quote reposted. The `q` tag ensures quote reposts are not pulled and included | |||
| 25 | as replies in threads. It also allows you to easily pull and count all of the | 25 | as replies in threads. It also allows you to easily pull and count all of the |
| 26 | quotes for a post. | 26 | quotes for a post. |
| 27 | 27 | ||
| 28 | `q` tags should follow the same conventions as NIP 10 `e` tags, with the exception | ||
| 29 | of the `mark` argument. | ||
| 30 | |||
| 31 | `["q", <event-id>, <relay-url>, <pubkey>]` | ||
| 32 | |||
| 33 | Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the | ||
| 34 | event in the content. | ||
| 35 | |||
| 28 | ## Generic Reposts | 36 | ## Generic Reposts |
| 29 | 37 | ||
| 30 | Since `kind 6` reposts are reserved for `kind 1` contents, we use `kind 16` | 38 | Since `kind 6` reposts are reserved for `kind 1` contents, we use `kind 16` |