diff options
Diffstat (limited to '84.md')
| -rw-r--r-- | 84.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -27,9 +27,9 @@ useful when highlighting non-nostr content for which the client might be able to | |||
| 27 | last value of the tag. | 27 | last value of the tag. |
| 28 | 28 | ||
| 29 | ```json | 29 | ```json |
| 30 | [ "p", "...", "author" ], | 30 | [ "p", "<pubkey-hex>", "<relay-url>", "author" ], |
| 31 | [ "p", "...", "author" ], | 31 | [ "p", "<pubkey-hex>", "<relay-url>", "author" ], |
| 32 | [ "p", "...", "editor" ], | 32 | [ "p", "<pubkey-hex>", "<relay-url>", "editor" ], |
| 33 | ``` | 33 | ``` |
| 34 | 34 | ||
| 35 | ### Context | 35 | ### Context |