diff options
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 | ||