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:
authorhodlbod <jstaab@protonmail.com>2024-10-31 14:13:48 -0700
committerGitHub <noreply@github.com>2024-10-31 14:13:48 -0700
commit4aa46562eb6d2abc6127fa8c2c9f3da7a098e2f6 (patch)
tree510c0612a8782285526858ac657ed306e55b40f7 /18.md
parent8e2523e331cbcc7f7247590497a0db607c45cf80 (diff)
parentc0568fe8cc31961fbfc783805af8942060b455e2 (diff)
Merge pull request #1558 from coracle-social/quote-a
Add explicit support for address quotes
Diffstat (limited to '18.md')
-rw-r--r--18.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/18.md b/18.md
index 41c9442..448171f 100644
--- a/18.md
+++ b/18.md
@@ -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
33When quoting an event by address, `q` tags should follow conventions for `a` tags,
34as described in [NIP 01](./01.md).
35
36`["q", <event-address>, <relay-url>]`
37
33Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the 38Quote reposts MUST include the [NIP-21](21.md) `nevent`, `note`, or `naddr` of the
34event in the content. 39event in the content.
35 40