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 /84.md | |
| parent | f72a2f69ed93cf442e83bf9e7e16f6c06da40384 (diff) | |
| parent | 6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (diff) | |
Merge branch 'master' into p2p-nip
Diffstat (limited to '84.md')
| -rw-r--r-- | 84.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -26,14 +26,14 @@ useful when highlighting non-nostr content for which the client might be able to | |||
| 26 | (e.g. prompting the user or reading a `<meta name="nostr:nprofile1..." />` tag on the document). A role MAY be included as the | 26 | (e.g. prompting the user or reading a `<meta name="nostr:nprofile1..." />` tag on the document). A role MAY be included as the |
| 27 | last value of the tag. | 27 | last value of the tag. |
| 28 | 28 | ||
| 29 | ```json | 29 | ```jsonc |
| 30 | { | 30 | { |
| 31 | "tags": [ | 31 | "tags": [ |
| 32 | ["p", "<pubkey-hex>", "<relay-url>", "author"], | 32 | ["p", "<pubkey-hex>", "<relay-url>", "author"], |
| 33 | ["p", "<pubkey-hex>", "<relay-url>", "author"], | 33 | ["p", "<pubkey-hex>", "<relay-url>", "author"], |
| 34 | ["p", "<pubkey-hex>", "<relay-url>", "editor"] | 34 | ["p", "<pubkey-hex>", "<relay-url>", "editor"] |
| 35 | ], | 35 | ], |
| 36 | ... | 36 | // other fields... |
| 37 | } | 37 | } |
| 38 | ``` | 38 | ``` |
| 39 | 39 | ||