From 651de5b156e38d19ef7995350ed9e2c4b195aad9 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:14:06 +0000 Subject: [PATCH] Update 10.md("Commit Changes Description") Changes made: Updated the description for the variable within the context of an event with the 'e' tag. The updated comment explains that the `` 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. --- 10.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10.md b/10.md index c1d5068..67d897e 100644 --- a/10.md +++ b/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 `` or ``. -`` 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. +`` 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 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", ]` `["e", ]`, ..., `["e", ]`
There may be any number of ``. 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. \ No newline at end of file +They are citing from this event. `root-id` and `reply-id` are as above.