diff options
| author | barkyq <122579762+barkyq@users.noreply.github.com> | 2023-02-23 14:20:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-23 16:20:10 -0300 |
| commit | 127d5518bfa9a4e4e7510490c0b8d95e342dfa4b (patch) | |
| tree | 95217e765c00fc205e9537a3d8d3217e4b95b316 /10.md | |
| parent | 405cf480e9f6d419eb5b3516b7acdd1fc5759248 (diff) | |
relay hint language update (#291)
Diffstat (limited to '10.md')
| -rw-r--r-- | 10.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -43,8 +43,8 @@ They are citings from this event. `root-id` and `reply-id` are as above. | |||
| 43 | Where: | 43 | Where: |
| 44 | 44 | ||
| 45 | * `<event-id>` is the id of the event being referenced. | 45 | * `<event-id>` is the id of the event being referenced. |
| 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. Clients SHOULD add a valid `<relay-URL>` field, but may instead leave it as `""`. |
| 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 id of the reply event being responded to. Those marked with `"root"` denote the root id of the reply thread being responded to. For top level replies (those replying directly to the root event), only the `"root"` marker should be used. Those marked with `"mention"` denote a quoted or reposted event id. | 49 | **The order of marked "e" tags is not relevant.** Those marked with `"reply"` denote the id of the reply event being responded to. Those marked with `"root"` denote the root id of the reply thread being responded to. For top level replies (those replying directly to the root event), only the `"root"` marker should be used. Those marked with `"mention"` denote a quoted or reposted event id. |
| 50 | 50 | ||