diff options
| author | Francisco Calderón <fjcalderon@gmail.com> | 2024-11-04 15:39:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 15:39:21 -0300 |
| commit | 03f3bc39678262ecbd5d870c9da44723023557ff (patch) | |
| tree | e75ecf32d3bc906a8b26314488a1ae90996169c1 /10.md | |
| parent | f72a2f69ed93cf442e83bf9e7e16f6c06da40384 (diff) | |
| parent | 6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (diff) | |
Merge branch 'master' into p2p-nip
Diffstat (limited to '10.md')
| -rw-r--r-- | 10.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -2,8 +2,8 @@ NIP-10 | |||
| 2 | ====== | 2 | ====== |
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | On "e" and "p" tags in Text Events (kind 1). | 5 | On "e" and "p" tags in Text Events (kind 1) |
| 6 | -------------------------------------------- | 6 | ------------------------------------------- |
| 7 | 7 | ||
| 8 | `draft` `optional` | 8 | `draft` `optional` |
| 9 | 9 | ||
| @@ -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 | ||