diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-11-18 09:13:12 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-11-18 09:13:12 -0300 |
| commit | 5dcfe85306434f21ecb1e7a47edd92b2e3e64f9a (patch) | |
| tree | 4fff8694238b3ae5e692a8480869ad1266b95be4 /84.md | |
| parent | b0df71824f9967130b54150b64cc70fa94bffec2 (diff) | |
reformat a bunch of json things and small nitpicks.
Diffstat (limited to '84.md')
| -rw-r--r-- | 84.md | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -27,9 +27,14 @@ 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", "<pubkey-hex>", "<relay-url>", "author" ], | 30 | { |
| 31 | [ "p", "<pubkey-hex>", "<relay-url>", "author" ], | 31 | "tags": [ |
| 32 | [ "p", "<pubkey-hex>", "<relay-url>", "editor" ], | 32 | ["p", "<pubkey-hex>", "<relay-url>", "author"], |
| 33 | ["p", "<pubkey-hex>", "<relay-url>", "author"], | ||
| 34 | ["p", "<pubkey-hex>", "<relay-url>", "editor"] | ||
| 35 | ], | ||
| 36 | ... | ||
| 37 | } | ||
| 33 | ``` | 38 | ``` |
| 34 | 39 | ||
| 35 | ### Context | 40 | ### Context |