Add explicit support for address quotes

This commit is contained in:
Jon Staab 2024-10-31 10:09:43 -07:00
parent 1cda2dcc59
commit c0568fe8cc

5
18.md
View File

@ -30,6 +30,11 @@ of the `mark` argument.
`["q", <event-id>, <relay-url>, <pubkey>]` `["q", <event-id>, <relay-url>, <pubkey>]`
When quoting an event by address, `q` tags should follow conventions for `a` tags,
as described in [NIP 01](./01.md).
`["q", <event-address>, <relay-url>]`
Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the
event in the content. event in the content.