Merge pull request #1074 from jb55/quote-repost-q-tags

Use `q` instead of `e` tags for quote reposts
This commit is contained in:
Alex Gleason 2024-02-25 08:09:09 -06:00 committed by GitHub
commit 4a171cb0a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
18.md
View File

@ -20,9 +20,10 @@ reposted.
## Quote Reposts
Quote reposts are `kind 1` events with an embedded `e` tag
(see [NIP-08](08.md) and [NIP-27](27.md)). Because a quote repost includes
an `e` tag, it may show up along replies to the reposted note.
Quote reposts are `kind 1` events with an embedded `q` tag of the note being
quote reposted. The `q` tag ensures quote reposts are not pulled and included
as replies in threads. It also allows you to easily pull and count all of the
quotes for a post.
## Generic Reposts