diff options
| author | monlovesmango <96307647+monlovesmango@users.noreply.github.com> | 2022-11-29 10:27:18 -0600 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-15 09:18:15 -0300 |
| commit | 6f5f9856b970992bd282d9cac2671975556ba05f (patch) | |
| tree | 87d089fffe78134b694935c0a11083c273b68e7e | |
| parent | 5355edb9cb1c712bcc8c024416b1e2e25a32317a (diff) | |
define 'mention' tag
| -rw-r--r-- | 10.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -46,7 +46,7 @@ Where: | |||
| 46 | * `<relay-url>` is the URL of a recommended relay associated with the reference. It is NOT optional. | 46 | * `<relay-url>` is the URL of a recommended relay associated with the reference. It is NOT optional. |
| 47 | * `<marker>` is optional and if present is one of `"reply"`, `"root"`, or `"mention"` | 47 | * `<marker>` is optional and if present is one of `"reply"`, `"root"`, or `"mention"` |
| 48 | 48 | ||
| 49 | **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"`. | 49 | **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. |
| 50 | 50 | ||
| 51 | A direct reply to the root of a thread should have a single marked "e" tag of type "root". | 51 | A direct reply to the root of a thread should have a single marked "e" tag of type "root". |
| 52 | 52 | ||