diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-12-19 10:15:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-19 10:15:46 -0500 |
| commit | f7d97f3f40dc6677e6f996ffff431142ffe05810 (patch) | |
| tree | 2eaa8c8628cc9a4b05811ed3869e21221fd85307 /84.md | |
| parent | d5b77b6d7348061cd0f16adc35e4d02a3a0b7380 (diff) | |
| parent | 561059ff85c171b87a12b8381b724b4afc569a97 (diff) | |
Merge branch 'master' into draft-event
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 | ||