Remove addresses and tags from quote reposts

This commit is contained in:
Jon Staab 2024-10-03 09:35:09 -07:00
parent f5a6fb258f
commit 2053aee0c2

11
18.md
View File

@ -35,14 +35,9 @@ as replies in threads. It also allows you to easily pull and count all of the
quotes for a post.
`q` tags should follow the same conventions as NIP 10 `e` tags, with the exception
of the `mark` argument. The first argument MAY be either an event id or an address.
of the `mark` argument.
`["q", <event-id-or-address>, <relay-url>, <pubkey>]`
`["q", <event-id>, <relay-url>, <pubkey>]`
Quote reposts MUST include the [NIP-19](19.md) `nevent`, `note`, or `naddr` of the
event in the content. The embedded entity should match the type of the tag (in
other words, if embedding a `naddr`, the `q` tag should contain an address, not
an event id).
Quote reposts also SHOULD include a `k` tag matching the stringified `kind` of
the quoted note.
event in the content.