optional <role> in author tag.

This commit is contained in:
fiatjaf
2026-05-15 17:21:22 -03:00
parent e68fd5e425
commit 3de40e79fa

4
F4.md
View File

@@ -47,13 +47,15 @@ Similar information may exist in the `kind:0` profile for the podcast, but podca
["image", "<podcast-cover-image-URL>"],
["description", "<podcast-description>"],
["website", "<podcast-website-URL>"], // optional, multiple
["p", "<podcast-author-pubkey>"] // podcast host, co-host etc, optional, multiple
["p", "<podcast-author-pubkey>", "<role>"] // optional, multiple
],
"content": "",
"sig": "..."
}
```
`<role>` is optional, can be `"host"`, `"cohost"` or `"editor"`.
### Authored Podcasts
The `p` tag in `kind:10154` shouldn't be blindly trusted as implying authorship, since any podcast can falsely claim anyone to be their author, so before it is displayed as information by clients it must be checked against an equivalent counter-claim by the podcast authors themselves.