diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-09-10 14:19:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 14:19:48 -0700 |
| commit | 97a42449a8d42ac5639acb411f625debce6b490f (patch) | |
| tree | 6c5efecb9593b2dc4691c6ecddb91c8e34d9c917 | |
| parent | e7eb776288b424e8cd43080b33b21506942f91e0 (diff) | |
| parent | c343175a32f492cd1a40749fdd7c523c083bdb19 (diff) | |
Merge pull request #1487 from ZigBalthazar/patch-1
Update 10.md
| -rw-r--r-- | 10.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -43,7 +43,7 @@ They are citing 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. Clients SHOULD add a valid `<relay-URL>` field, but may instead leave it as `""`. | 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 | * `<pubkey>` is optional, SHOULD be the pubkey of the author of the referenced event | 48 | * `<pubkey>` is optional, SHOULD be the pubkey of the author of the referenced event |
| 49 | 49 | ||