mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 08:25:53 -05:00
Update 10.md("Commit Changes Description")
Changes made: Updated the description for the <pubkey> variable within the context of an event with the 'e' tag. The updated comment explains that the `<pubkey>` SHOULD be the pubkey of the author of the e tagged event, and it is used in the outbox model to search for that event from the author's write relays where relay hints did not resolve the event.
This commit is contained in:
parent
3d1a34de91
commit
651de5b156
4
10.md
4
10.md
|
@ -26,7 +26,7 @@ A direct reply to the root of a thread should have a single marked "e" tag of ty
|
||||||
|
|
||||||
>This scheme is preferred because it allows events to mention others without confusing them with `<reply-id>` or `<root-id>`.
|
>This scheme is preferred because it allows events to mention others without confusing them with `<reply-id>` or `<root-id>`.
|
||||||
|
|
||||||
`<pubkey>` SHOULD be the pubkey of the author of the `e` tagged event, this is used in the outbox model to search for that event from the authors write relays where relay hints did not resolve the event.
|
`<pubkey>` SHOULD be the pubkey of the author of the `e` tagged event, this is used in the outbox model to search for that event from the author's write relays where relay hints did not resolve the event.
|
||||||
|
|
||||||
## The "p" tag
|
## The "p" tag
|
||||||
Used in a text event contains a list of pubkeys used to record who is involved in a reply thread.
|
Used in a text event contains a list of pubkeys used to record who is involved in a reply thread.
|
||||||
|
@ -64,4 +64,4 @@ Where:
|
||||||
|
|
||||||
* Many "e" tags: `["e", <root-id>]` `["e", <mention-id>]`, ..., `["e", <reply-id>]`<br>
|
* Many "e" tags: `["e", <root-id>]` `["e", <mention-id>]`, ..., `["e", <reply-id>]`<br>
|
||||||
There may be any number of `<mention-ids>`. These are the ids of events which may, or may not be in the reply chain.
|
There may be any number of `<mention-ids>`. These are the ids of events which may, or may not be in the reply chain.
|
||||||
They are citing from this event. `root-id` and `reply-id` are as above.
|
They are citing from this event. `root-id` and `reply-id` are as above.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user