Update e-tag type for direct reply

This commit is contained in:
ok300 2022-12-29 11:40:58 +01:00 committed by fiatjaf
parent c5d2135158
commit 570bc59e7d

2
10.md
View File

@ -48,7 +48,7 @@ Where:
**The order of marked "e" tags is not relevant.** Those marked with `"reply"` denote the `<reply-id>`. Those marked with `"root"` denote the root id of the reply thread. **The order of marked "e" tags is not relevant.** Those marked with `"reply"` denote the `<reply-id>`. Those marked with `"root"` denote the root id of the reply thread.
A direct reply to the root of a thread should have a single marked "e" tag of type "reply". A direct reply to the root of a thread should have a single marked "e" tag of type "root".
>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>`.