define 'mention' tag

This commit is contained in:
monlovesmango 2022-11-29 10:27:18 -06:00 committed by fiatjaf
parent 5355edb9cb
commit 6f5f9856b9

2
10.md
View File

@ -46,7 +46,7 @@ Where:
* `<relay-url>` is the URL of a recommended relay associated with the reference. It is NOT optional. * `<relay-url>` is the URL of a recommended relay associated with the reference. It is NOT optional.
* `<marker>` is optional and if present is one of `"reply"`, `"root"`, or `"mention"` * `<marker>` is optional and if present is one of `"reply"`, `"root"`, or `"mention"`
**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. Those marked `"mention"` denote id of events that are tagged and are not the `"reply"` nor `"root"`. **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. Those marked with `"mention"` denote a quoted or reposted event id.
A direct reply to the root of a thread should have a single marked "e" tag of type "root". A direct reply to the root of a thread should have a single marked "e" tag of type "root".