Skip to content

Commit

Permalink
Merge pull request #1074 from jb55/quote-repost-q-tags
Browse files Browse the repository at this point in the history
Use `q` instead of `e` tags for quote reposts
  • Loading branch information
alexgleason authored Feb 25, 2024
2 parents 84236ac + 996ef45 commit 4a171cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 18.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a171cb

Please sign in to comment.