"p"-tags for authors/hosts.

This commit is contained in:
fiatjaf
2026-05-15 17:18:25 -03:00
parent 1929cff290
commit e68fd5e425
+2 -2
View File
@@ -47,7 +47,7 @@ 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
["author", "<podcast-author-pubkey>"] // optional, multiple
["p", "<podcast-author-pubkey>"] // podcast host, co-host etc, optional, multiple
],
"content": "",
"sig": "..."
@@ -56,7 +56,7 @@ Similar information may exist in the `kind:0` profile for the podcast, but podca
### Authored Podcasts
The `author` tag in `kind:10154` shouldn't be blindly trusted, as 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.
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.
This is the `kind:10164` event. Here podcast authors can list the public keys of the podcasts they author.