upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2024-02-25 08:09:09 -0600
committerGitHub <noreply@github.com>2024-02-25 08:09:09 -0600
commit4a171cb0a8334562b1a32725fbd7d921efaaa661 (patch)
treec6b38431578f46b11b1c8f8035e71ac8d82644bb
parent84236acdd9fa84206beb27a4c7353a191393bf41 (diff)
parent996ef456057c6f91320411098c259c3b68f3cc77 (diff)
Merge pull request #1074 from jb55/quote-repost-q-tags
Use `q` instead of `e` tags for quote reposts
-rw-r--r--18.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/18.md b/18.md
index ba96c89..27c5915 100644
--- a/18.md
+++ b/18.md
@@ -20,9 +20,10 @@ reposted.
20 20
21## Quote Reposts 21## Quote Reposts
22 22
23Quote reposts are `kind 1` events with an embedded `e` tag 23Quote reposts are `kind 1` events with an embedded `q` tag of the note being
24(see [NIP-08](08.md) and [NIP-27](27.md)). Because a quote repost includes 24quote reposted. The `q` tag ensures quote reposts are not pulled and included
25an `e` tag, it may show up along replies to the reposted note. 25as replies in threads. It also allows you to easily pull and count all of the
26quotes for a post.
26 27
27## Generic Reposts 28## Generic Reposts
28 29