upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/18.md
diff options
context:
space:
mode:
Diffstat (limited to '18.md')
-rw-r--r--18.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/18.md b/18.md
index 784946a..f1e3f8c 100644
--- a/18.md
+++ b/18.md
@@ -35,14 +35,9 @@ as replies in threads. It also allows you to easily pull and count all of the
35quotes for a post. 35quotes for a post.
36 36
37`q` tags should follow the same conventions as NIP 10 `e` tags, with the exception 37`q` tags should follow the same conventions as NIP 10 `e` tags, with the exception
38of the `mark` argument. The first argument MAY be either an event id or an address. 38of the `mark` argument.
39 39
40`["q", <event-id-or-address>, <relay-url>, <pubkey>]` 40`["q", <event-id>, <relay-url>, <pubkey>]`
41 41
42Quote reposts MUST include the [NIP-19](19.md) `nevent`, `note`, or `naddr` of the 42Quote reposts MUST include the [NIP-19](19.md) `nevent`, `note`, or `naddr` of the
43event in the content. The embedded entity should match the type of the tag (in 43event in the content.
44other words, if embedding a `naddr`, the `q` tag should contain an address, not
45an event id).
46
47Quote reposts also SHOULD include a `k` tag matching the stringified `kind` of
48the quoted note.