mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
Drop event copy
This commit is contained in:
parent
5b1640c648
commit
800c0d0cd3
3 changed files with 8 additions and 28 deletions
12
18.md
12
18.md
|
|
@ -4,18 +4,22 @@ NIP-18
|
|||
Reposts
|
||||
-------
|
||||
|
||||
`draft` `optional` `author:fiatjaf` `author:arthurfranca`
|
||||
`draft` `optional` `author:jb55` `author:fiatjaf` `author:arthurfranca`
|
||||
|
||||
A repost is a `kind 6` note that is used to signal to followers
|
||||
that another event is worth reading.
|
||||
|
||||
The `content` of a repost event is empty. Optionally, it MAY contain
|
||||
a comment in the same format of a kind 1 note content.
|
||||
the stringified JSON of the reposted note event for quick look up.
|
||||
|
||||
The repost event MUST include an `e` tag with the `id` of the note that is
|
||||
being reposted. That tag SHOULD include a relay URL as its third entry
|
||||
being reposted. That tag MUST include a relay URL as its third entry
|
||||
to indicate where it can be fetched.
|
||||
When reposting a long-form content use an `a` tag instead.
|
||||
|
||||
The repost SHOULD include a `p` tag with the `pubkey` of the event being
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue