diff options
| author | Jon Staab <shtaab@gmail.com> | 2024-10-31 10:09:43 -0700 |
|---|---|---|
| committer | Jon Staab <shtaab@gmail.com> | 2024-10-31 10:09:43 -0700 |
| commit | c0568fe8cc31961fbfc783805af8942060b455e2 (patch) | |
| tree | 13fd8f1828c0e116994a2d419c1e969356361dda | |
| parent | 1cda2dcc594538ea14b88aec7f1f784e06a31bbf (diff) | |
Add explicit support for address quotes
| -rw-r--r-- | 18.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -30,6 +30,11 @@ of the `mark` argument. | |||
| 30 | 30 | ||
| 31 | `["q", <event-id>, <relay-url>, <pubkey>]` | 31 | `["q", <event-id>, <relay-url>, <pubkey>]` |
| 32 | 32 | ||
| 33 | When quoting an event by address, `q` tags should follow conventions for `a` tags, | ||
| 34 | as described in [NIP 01](./01.md). | ||
| 35 | |||
| 36 | `["q", <event-address>, <relay-url>]` | ||
| 37 | |||
| 33 | Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the | 38 | Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the |
| 34 | event in the content. | 39 | event in the content. |
| 35 | 40 | ||