mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-14 07:49:07 -05:00
Remove addresses and tags from quote reposts
This commit is contained in:
parent
f5a6fb258f
commit
2053aee0c2
11
18.md
11
18.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user